From a8e2297fb63c249c2090dc24e055c84d264eeba6 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:53:31 +1000 Subject: [PATCH] fix: ERROR to many files, watch --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 02a6c26..5e1944c 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ "@tauri-apps/api": "2.1.1", "@tauri-apps/cli": "2.1.0", "@tauri-apps/plugin-autostart": "2.2.0", - "@tauri-apps/plugin-fs": "2.2.0", "@tauri-apps/plugin-os": "2.2.0", - "@tauri-apps/plugin-sql": "2.2.0", "nuxt": "3.14.1592", - "nuxt-build-cache": "0.1.1", "overlayscrollbars": "2.10.1", "overlayscrollbars-vue": "0.5.9", - "sass": "1.82.0", + "sass-embedded": "1.83.0", "uuid": "11.0.3", "vue": "3.5.13", "wrdu-keyboard": "1.1.1" + }, + "overrides": { + "chokidar": "^3.6.0" } } \ No newline at end of file