From 90c4fbd121dd18013e333346c99bbc9844cd6fec Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 08 十二月 2025 13:24:16 +0800
Subject: [PATCH] 提交
---
ui/admin-ui3/package.json | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/ui/admin-ui3/package.json b/ui/admin-ui3/package.json
index a7665ed..752b631 100644
--- a/ui/admin-ui3/package.json
+++ b/ui/admin-ui3/package.json
@@ -5,13 +5,13 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build:prod": "vue-tsc --noEmit --skipLibCheck && vite build",
+ "build:prod": " vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
- "@smallwei/avue": "^3.6.2",
+ "@smallwei/avue": "^3.7.3",
"@types/file-saver": "^2.0.7",
"@types/nprogress": "^0.2.3",
"@types/sm-crypto": "^0.3.4",
@@ -20,13 +20,13 @@
"axios": "^1.7.9",
"default-passive-events": "^2.0.0",
"echarts": "^5.6.0",
- "element-plus": "^2.9.4",
+ "element-plus": "^2.11.8",
"file-saver": "^2.0.5",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
- "pinia": "^2.3.1",
- "pinia-plugin-persistedstate": "^4.2.0",
+ "pinia": "^3.0.3",
+ "pinia-plugin-persistedstate": "^4.7.1",
"sm-crypto": "^0.3.13",
"splitpanes": "^3.1.8",
"vue": "^3.5.13",
@@ -36,6 +36,7 @@
"devDependencies": {
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^5.2.1",
+ "fast-glob": "^3.3.3",
"sass": "1.84.0",
"svg-sprite-loader": "^6.0.11",
"typescript": "^5.7.3",
--
Gitblit v1.8.0