Skip to content

Commit

Permalink
chore(deps) Update Tauri CLI (tauri-apps#3587)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 2, 2022
1 parent a6a4f68 commit a78bd69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"tauri": "tauri"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.0",
"@rollup/plugin-typescript": "8.3.1",
"@tauri-apps/cli": "1.0.0-rc.5",
"@tsconfig/svelte": "3.0.0",
"rollup": "2.68.0",
Expand All @@ -21,9 +21,9 @@
"rollup-plugin-terser": "7.0.2",
"svelte": "3.46.4",
"svelte-check": "2.4.5",
"svelte-preprocess": "4.10.3",
"svelte-preprocess": "4.10.4",
"tslib": "2.3.1",
"typescript": "4.5.5"
"typescript": "4.6.2"
},
"dependencies": {
"sirv-cli": "2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tooling/cli/templates/plugin/with-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.0",
"@rollup/plugin-typescript": "8.3.1",
"rollup": "2.68.0",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.5.5"
"typescript": "4.6.2"
},
"dependencies": {
"@tauri-apps/api": "1.0.0-rc.1",
Expand Down

0 comments on commit a78bd69

Please sign in to comment.