chore(deps) Update Tauri CLI (#2994)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-12-09 01:02:12 -03:00
committed by GitHub
parent 4268cbaeee
commit 875c35e6e4
4 changed files with 5 additions and 5 deletions

View File

@@ -2137,9 +2137,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.9.1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3"
checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054"
dependencies = [
"combine",
"indexmap",

View File

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

View File

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

View File

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