chore(deps) Update Tauri CLI (#4294)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-09 16:39:57 -03:00
committed by GitHub
parent 36113b2910
commit 84d13d1bbc
2 changed files with 6 additions and 6 deletions

View File

@@ -14,16 +14,16 @@
"@rollup/plugin-typescript": "8.3.2",
"@tauri-apps/cli": "1.0.0-rc.13",
"@tsconfig/svelte": "3.0.0",
"rollup": "2.75.4",
"rollup": "2.75.6",
"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.48.0",
"svelte-check": "2.7.1",
"svelte-preprocess": "4.10.6",
"svelte-check": "2.7.2",
"svelte-preprocess": "4.10.7",
"tslib": "2.4.0",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"sirv-cli": "2.0.2",

View File

@@ -14,9 +14,9 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"rollup": "2.75.4",
"rollup": "2.75.6",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"@tauri-apps/api": "1.0.0-rc.6",