From 9aee49b7abab3ad6c4dcbfe22712e29efd245a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Thu, 4 Dec 2025 23:09:57 +0800 Subject: [PATCH] fix: upgrade vite and vue plugin versions fix: upgrade vite and vue plugin versions --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c13c7e97c..8b4692519 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,8 +64,8 @@ "@types/node": "^20.15.0", "@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/parser": "^5.22.0", - "@vitejs/plugin-vue": "^5.0.5", - "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.1", "autoprefixer": "^10.4.7", "commitizen": "^4.2.4", "eslint": "^8.43.0", @@ -84,7 +84,7 @@ "typescript": "^4.5.4", "unplugin-auto-import": "^0.16.4", "unplugin-vue-components": "^0.25.0", - "vite": "^6.0.7", + "vite": "^7.1.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-eslint": "^1.8.1", "vite-plugin-html": "^3.2.2",