From 48e2278d7ac330c7f05deda6f884acb6f01206b4 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 13 四月 2026 17:13:51 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/package.json | 28 ++++++++++++++++++++--------
1 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/package.json b/WMS/WIDESEA_WMSClient/package.json
index 42cd9e5..a3d4f03 100644
--- a/WMS/WIDESEA_WMSClient/package.json
+++ b/WMS/WIDESEA_WMSClient/package.json
@@ -9,38 +9,50 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
+ "@babel/runtime": "^7.23.0",
"@element-plus/icons-vue": "^2.1.0",
"@microsoft/signalr": "^6.0.4",
"ali-oss": "^6.17.1",
"axios": "^0.21.1",
- "core-js": "^3.6.5",
+ "core-js": "^3.35.1",
"echarts": "^5.0.2",
- "element-plus": "^2.2.14",
- "less": "^4.1.1",
+ "element-plus": "^2.2.34",
"vue": "^3.2.37",
"vue-draggable-next": "^2.0.1",
- "vue-router": "^4.0.0-0",
+ "vue-router": "^4.0.16",
+ "vue-virtual-scroller": "next",
"vuex": "^4.0.0-0"
},
"devDependencies": {
+ "@babel/core": "^7.29.0",
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-transform-react-jsx": "^7.27.1",
+ "@babel/preset-env": "^7.29.0",
+ "@vue/babel-plugin-jsx": "^1.1.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
+ "@vue/compiler-sfc": "^3.5.30",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
+ "babel-loader": "^8.4.1",
"chai": "^4.1.2",
"cross-env": "^7.0.3",
- "less": "^4.1.1",
+ "less": "^4.1.3",
"less-loader": "^7.3.0",
"sass": "^1.78.0",
- "sass-loader": "^16.0.1",
+ "sass-loader": "^10.5.2",
"stylus": "^0.54.7",
- "stylus-loader": "^3.0.2"
+ "stylus-loader": "^3.0.2",
+ "vue-loader": "^15.11.1"
},
"eslintConfig": {
"root": true,
--
Gitblit v1.9.3