From 4da490e0849a1f9e1ab88b33cfe8964873bdd0ee Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:45:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BE=9D=E8=B5=96=E5=8C=85=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20(#18240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 55b7e135b0..62e226e02f 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -43,7 +43,7 @@ "jspdf": "^4.2.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "mathjs": "^11.6.0", + "mathjs": "^15.2.0", "mitt": "^3.0.0", "net": "^1.0.2", "normalize.css": "^8.0.1", @@ -78,8 +78,8 @@ "@types/stompjs": "^2.3.9", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", - "@vitejs/plugin-vue": "^4.0.0", - "@vitejs/plugin-vue-jsx": "^3.0.1", + "@vitejs/plugin-vue": "^6.0.6", + "@vitejs/plugin-vue-jsx": "^4.0.0", "autoprefixer": "^10.4.13", "consola": "^2.15.3", "eslint": "^7.32.0", @@ -104,12 +104,12 @@ "typescript": "^4.9.3", "unplugin-auto-import": "^0.15.1", "unplugin-vue-components-secondary": "^0.24.6", - "vite": "^4.1.3", + "vite": "^6.4.2", "vite-plugin-compression": "^0.5.1", "vite-plugin-eslint": "^1.8.1", "vite-plugin-style-import": "^2.0.0", "vite-plugin-style-import-secondary": "^2.0.0", - "vite-plugin-stylelint": "^4.2.0", + "vite-plugin-stylelint": "^6.0.0", "vite-plugin-svg-icons": "^2.0.1", "vite-svg-loader": "^5.1.0", "vue-tsc": "^1.0.24",