mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Tauri CLI (#2719)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
4
tooling/cli.rs/Cargo.lock
generated
4
tooling/cli.rs/Cargo.lock
generated
@@ -2070,9 +2070,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c520e9977bc6d8d72ccf5d3a3af54ea69ef8ff0deead3a13808f066626e987b4"
|
||||
checksum = "e0a0ddb4919e3b49fe9e08e7921d69445bb00ce95a2ea807bb8826cde6610455"
|
||||
dependencies = [
|
||||
"combine",
|
||||
"indexmap",
|
||||
|
||||
@@ -27,7 +27,7 @@ serde_json = "1.0"
|
||||
serde_with = "1.10"
|
||||
notify = "4.0"
|
||||
shared_child = "0.3"
|
||||
toml_edit = "0.4"
|
||||
toml_edit = "0.5"
|
||||
json-patch = "0.2"
|
||||
schemars = "0.8"
|
||||
toml = "0.5"
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
"@rollup/plugin-typescript": "8.2.5",
|
||||
"@tauri-apps/cli": "1.0.0-beta.10",
|
||||
"@tsconfig/svelte": "2.0.1",
|
||||
"rollup": "2.57.0",
|
||||
"rollup": "2.58.0",
|
||||
"rollup-plugin-css-only": "3.1.0",
|
||||
"rollup-plugin-livereload": "2.0.5",
|
||||
"rollup-plugin-svelte": "7.1.0",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"svelte": "3.43.0",
|
||||
"svelte": "3.43.1",
|
||||
"svelte-check": "2.2.6",
|
||||
"svelte-preprocess": "4.9.5",
|
||||
"svelte-preprocess": "4.9.8",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.4.3"
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "13.0.5",
|
||||
"@rollup/plugin-typescript": "8.2.5",
|
||||
"rollup": "2.57.0",
|
||||
"rollup": "2.58.0",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"typescript": "4.4.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user