From 3be69bfca0ce476c8d1f4a75feee1ab388c02818 Mon Sep 17 00:00:00 2001 From: acocalypso Date: Mon, 16 Sep 2024 13:57:07 +0200 Subject: [PATCH] fix tauri version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ececd7f..52adea3 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ws": "^8.16.0" }, "devDependencies": { - "@tauri-apps/cli": "^1.6.7", + "@tauri-apps/cli": "^1.6.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/papaparse": "^5.3.7",