From f74b51190a77c560949abd4628c5f33cd7e734ac Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期六, 14 九月 2024 08:22:50 +0800
Subject: [PATCH] 设备交互结构模板,设备常用前端接口
---
UI-Project/package-lock.json | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/UI-Project/package-lock.json b/UI-Project/package-lock.json
index d59de38..a8b8b55 100644
--- a/UI-Project/package-lock.json
+++ b/UI-Project/package-lock.json
@@ -13,7 +13,7 @@
"axios": "^1.6.8",
"chart.js": "^4.4.3",
"echarts": "^5.5.1",
- "element-plus": "^2.4.0",
+ "element-plus": "^2.8.2",
"moment": "^2.30.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
@@ -847,12 +847,12 @@
}
},
"node_modules/element-plus": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.0.tgz",
- "integrity": "sha512-yJEa8LXkGOOgkfkeqMMEdeX/Dc8EH9qPcRuX91dlhSXxgCKKbp9tH3QFTOG99ibZsrN/Em62nh7ddvbc7I1frw==",
+ "version": "2.8.2",
+ "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.2.tgz",
+ "integrity": "sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==",
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
- "@element-plus/icons-vue": "^2.0.6",
+ "@element-plus/icons-vue": "^2.3.1",
"@floating-ui/dom": "^1.0.1",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
@@ -2779,12 +2779,12 @@
}
},
"element-plus": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.0.tgz",
- "integrity": "sha512-yJEa8LXkGOOgkfkeqMMEdeX/Dc8EH9qPcRuX91dlhSXxgCKKbp9tH3QFTOG99ibZsrN/Em62nh7ddvbc7I1frw==",
+ "version": "2.8.2",
+ "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.2.tgz",
+ "integrity": "sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==",
"requires": {
"@ctrl/tinycolor": "^3.4.1",
- "@element-plus/icons-vue": "^2.0.6",
+ "@element-plus/icons-vue": "^2.3.1",
"@floating-ui/dom": "^1.0.1",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
--
Gitblit v1.8.0