From 77e910a46d57b79f1b2b6a9ba10bd4676216c68c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:05:23 +0000 Subject: [PATCH] chore(deps): update dependency @tauri-apps/cli to v1.5.10 (#967) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7961571354 Co-authored-by: FabianLars --- examples/tauri-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tauri-app/package.json b/examples/tauri-app/package.json index 30b3070..21663e2 100644 --- a/examples/tauri-app/package.json +++ b/examples/tauri-app/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "@tauri-apps/cli": "1.5.9", + "@tauri-apps/cli": "1.5.10", "typescript": "^5.3.3", "vite": "^5.0.12" },