From 24f8745ca5df2d28b1f11fc2f01be17dc862be39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B8=A0=E6=88=90?= <1102339344@qq.com> Date: Mon, 24 Aug 2026 20:20:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=20Vite=20=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/web/package.json b/modules/web/package.json index 1ef881998..fb537b619 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -33,7 +33,7 @@ "sass-embedded": "^1.83.1", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.16.11", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.0.1", "@vue/tsconfig": "^0.5.1", @@ -45,7 +45,7 @@ "unplugin-auto-import": "^0.18.3", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.8", + "vite": "^6.4.3", "vue-tsc": "^2.1.6" } }