Skip to content

Commit

Permalink
chore(deps) Update Tauri CLI (#2994)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 9, 2021
1 parent 4268cba commit 875c35e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tooling/cli.rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = "1.0"
serde_with = "1.11"
notify = "4.0"
shared_child = "1.0"
toml_edit = "0.9"
toml_edit = "0.10"
json-patch = "0.2"
schemars = "0.8"
toml = "0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rollup/plugin-typescript": "8.3.0",
"@tauri-apps/cli": "1.0.0-beta.10",
"@tsconfig/svelte": "2.0.1",
"rollup": "2.60.1",
"rollup": "2.60.2",
"rollup-plugin-css-only": "3.1.0",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-svelte": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.rs/templates/plugin/with-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-typescript": "8.3.0",
"rollup": "2.60.1",
"rollup": "2.60.2",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.5.2"
},
Expand Down

0 comments on commit 875c35e

Please sign in to comment.