From 9bb19dd1eeea68b3669727253be49df50fe1428f Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 10 十一月 2023 16:08:07 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/package.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json index 7a6cde9..8553d6c 100644 --- a/Source/UBCS-WEB/package.json +++ b/Source/UBCS-WEB/package.json @@ -15,7 +15,7 @@ "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", - "crypto-js": "^4.0.0", + "crypto-js": "^4.1.1", "element-ui": "^2.15.6", "instead": "^1.0.3", "js-base64": "^2.5.1", @@ -23,7 +23,8 @@ "js-md5": "^0.7.3", "js-pinyin": "^0.2.4", "mockjs": "^1.0.1-beta3", - "node-gyp": "^5.0.6", + "moment": "^2.29.4", + "node-gyp": "^4.0.0", "nprogress": "^0.2.0", "portfinder": "^1.0.23", "script-loader": "^0.7.2", -- Gitblit v1.9.3