From 4eb7aa136f3c68c173f52a77b9a162f4568ac78e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:18:32 -0300 Subject: [PATCH] chore(deps) Update Tauri CLI (#2719) Co-authored-by: Renovate Bot --- tooling/cli.rs/Cargo.lock | 4 ++-- tooling/cli.rs/Cargo.toml | 2 +- .../plugin/with-api/examples/svelte-app/package.json | 6 +++--- tooling/cli.rs/templates/plugin/with-api/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tooling/cli.rs/Cargo.lock b/tooling/cli.rs/Cargo.lock index 2f1b2ccdb..8fe429a60 100755 --- a/tooling/cli.rs/Cargo.lock +++ b/tooling/cli.rs/Cargo.lock @@ -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", diff --git a/tooling/cli.rs/Cargo.toml b/tooling/cli.rs/Cargo.toml index a194cc8be..84cc3e621 100644 --- a/tooling/cli.rs/Cargo.toml +++ b/tooling/cli.rs/Cargo.toml @@ -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" diff --git a/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json b/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json index 1ca0ebe09..5b2d5b4e7 100644 --- a/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json +++ b/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json @@ -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" }, diff --git a/tooling/cli.rs/templates/plugin/with-api/package.json b/tooling/cli.rs/templates/plugin/with-api/package.json index ff7b6f89f..372ae1641 100644 --- a/tooling/cli.rs/templates/plugin/with-api/package.json +++ b/tooling/cli.rs/templates/plugin/with-api/package.json @@ -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" },