From 1b8098b7f79b66a80e5ca49d8765606cb5fa0408 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 30 十一月 2023 19:11:00 +0800
Subject: [PATCH] 操作日志完善

---
 Source/UBCS-WEB/package.json |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json
index 0b035b2..4e9dfc2 100644
--- a/Source/UBCS-WEB/package.json
+++ b/Source/UBCS-WEB/package.json
@@ -11,44 +11,44 @@
     "test:e2e": "vue-cli-service test:e2e"
   },
   "dependencies": {
-    "avue-plugin-ueditor": "0.1.4",
-    "axios": "0.18.0",
-    "babel-polyfill": "6.26.0",
-    "classlist-polyfill": "1.2.0",
-    "crypto-js": "4.1.1",
+    "avue-plugin-ueditor": "^0.1.4",
+    "axios": "^0.18.0",
+    "babel-polyfill": "^6.26.0",
+    "classlist-polyfill": "^1.2.0",
+    "crypto-js": "^4.1.1",
     "echarts": "4.9.0",
-    "element-ui": "2.15.6",
-    "instead": "1.0.3",
-    "js-base64": "2.5.1",
-    "js-cookie": "2.2.0",
-    "js-md5": "0.7.3",
-    "js-pinyin": "0.2.4",
-    "mockjs": "1.0.1-beta3",
-    "moment": "2.29.4",
-    "node-gyp": "4.0.0",
+    "element-ui": "^2.15.6",
+    "instead": "^1.0.3",
+    "js-base64": "^2.5.1",
+    "js-cookie": "^2.2.0",
+    "js-md5": "^0.7.3",
+    "js-pinyin": "^0.2.4",
+    "mockjs": "^1.0.1-beta3",
+    "moment": "^2.29.4",
+    "node-gyp": "^4.0.0",
     "nprogress": "0.2.0",
     "portfinder": "1.0.23",
     "save": "2.9.0",
     "script-loader": "0.7.2",
     "vue": "2.6.10",
-    "vue-axios": "2.1.2",
-    "vue-clipboard2": "0.3.3",
+    "vue-axios": "^2.1.2",
+    "vue-clipboard2": "^0.3.3",
     "vue-echarts": "5.0.0-beta.0",
     "vue-flowchart-editor": "1.0.2",
-    "vue-i18n": "8.7.0",
-    "vue-router": "3.0.1",
-    "vuex": "3.1.1"
+    "vue-i18n": "^8.7.0",
+    "vue-router": "^3.0.1",
+    "vuex": "^3.1.1"
   },
   "devDependencies": {
-    "@vue/cli-plugin-babel": "3.1.1",
-    "@vue/cli-plugin-eslint": "3.1.5",
-    "@vue/cli-service": "3.1.4",
-    "@vue/composition-api": "1.7.2",
-    "chai": "4.1.2",
+    "@vue/cli-plugin-babel": "^3.5.0",
+    "@vue/cli-plugin-eslint": "^3.5.0",
+    "@vue/cli-service": "^3.5.0",
+    "@vue/composition-api": "^1.7.2",
+    "chai": "^4.1.2",
     "node-sass": "6.0.1",
-    "sass-loader": "10.0.5",
-    "vue-template-compiler": "2.5.17",
-    "webpack-bundle-analyzer": "3.0.3"
+    "sass-loader": "10.3.1",
+    "vue-template-compiler": "2.6.10",
+    "webpack-bundle-analyzer": "^3.0.3"
   },
   "lint-staged": {
     "*.js": [

--
Gitblit v1.9.3