Browse Source

chore(deps) Update Tauri CLI (#2835)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 năm trước cách đây
mục cha
commit
9772776876

+ 2 - 2
tooling/cli.rs/Cargo.lock

@@ -2100,9 +2100,9 @@ dependencies = [
 
 [[package]]
 name = "toml_edit"
-version = "0.6.0"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b46c9238346fec3169f99251eda26e918ab71cdf382a660e46076ff1b1b16729"
+checksum = "8c29c21e11af3c58476a1063cb550e255c45c60928bf7f272462a533e7a2b406"
 dependencies = [
  "combine",
  "indexmap",

+ 1 - 1
tooling/cli.rs/Cargo.toml

@@ -28,7 +28,7 @@ serde_json = "1.0"
 serde_with = "1.11"
 notify = "4.0"
 shared_child = "0.3"
-toml_edit = "0.6"
+toml_edit = "0.8"
 json-patch = "0.2"
 schemars = "0.8"
 toml = "0.5"

+ 3 - 3
tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json

@@ -14,13 +14,13 @@
     "@rollup/plugin-typescript": "8.3.0",
     "@tauri-apps/cli": "1.0.0-beta.10",
     "@tsconfig/svelte": "2.0.1",
-    "rollup": "2.58.3",
+    "rollup": "2.59.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.44.0",
-    "svelte-check": "2.2.7",
+    "svelte": "3.44.1",
+    "svelte-check": "2.2.8",
     "svelte-preprocess": "4.9.8",
     "tslib": "2.3.1",
     "typescript": "4.4.4"

+ 1 - 1
tooling/cli.rs/templates/plugin/with-api/package.json

@@ -14,7 +14,7 @@
   "devDependencies": {
     "@rollup/plugin-node-resolve": "13.0.6",
     "@rollup/plugin-typescript": "8.3.0",
-    "rollup": "2.58.3",
+    "rollup": "2.59.0",
     "rollup-plugin-terser": "7.0.2",
     "typescript": "4.4.4"
   },