chore(deps) Update Tauri CLI (#2719)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-11 10:18:32 -03:00
committed by GitHub
parent c1fc3fb80f
commit 4eb7aa136f
4 changed files with 7 additions and 7 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"
},

View File

@@ -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"
},