From 7c283c1e735e1f152cc0d30edf8a43b53efe7733 Mon Sep 17 00:00:00 2001 From: endrl <119058008+endrl@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:59:32 +0200 Subject: [PATCH] fix(tauri): Upgrade npm tauri-cli to 1.5 --- tauri/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri/package.json b/tauri/package.json index 402e740f46a..b28eef60aa5 100644 --- a/tauri/package.json +++ b/tauri/package.json @@ -13,11 +13,11 @@ "@jellyfin-vue/frontend": "*" }, "devDependencies": { - "@tauri-apps/cli": "1.4.0" + "@tauri-apps/cli": "1.5.0" }, "engines": { "node": ">=18.12.0 <19.0.0", "npm": ">=8.19.2", "yarn": "Yarn is not supported. Please use NPM." } -} +} \ No newline at end of file