Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-typescript to v12 (v1) (#…
Browse files Browse the repository at this point in the history
…1827)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Sep 23, 2024
1 parent 3b56e1a commit decf1e3
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 123 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@eslint/js": "9.11.0",
"@rollup/plugin-node-resolve": "15.2.4",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@types/eslint__js": "8.42.3",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.6.2",
"vite": "^5.0.12",
"vite": "^5.4.7",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tauri-apps/cli": "1.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.4.7"
},
"dependencies": {
"tauri-plugin-websocket-api": "link:..\\.."
Expand Down
Loading

0 comments on commit decf1e3

Please sign in to comment.