From e5622c65323f2059b8177c7e7ff5399ad5792475 Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 30 Jan 2023 14:34:57 +0800 Subject: [PATCH] =?UTF-8?q?UP=20=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d658c830..a84a5163 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,17 @@ "dependencies": { "@element-plus/icons-vue": "2.0.10", "@tinymce/tinymce-vue": "5.0.0", - "axios": "1.2.0", + "axios": "1.2.6", "codemirror": "5.65.5", - "core-js": "3.26.1", + "core-js": "3.27.2", "cropperjs": "1.5.13", "crypto-js": "4.1.1", - "echarts": "5.4.0", - "element-plus": "2.2.25", + "echarts": "5.4.1", + "element-plus": "2.2.28", "nprogress": "0.2.0", "qrcodejs2": "0.0.2", "sortablejs": "1.15.0", - "tinymce": "6.3.0", + "tinymce": "6.3.1", "vue": "3.2.45", "vue-i18n": "9.2.2", "vue-router": "4.1.6", @@ -30,14 +30,14 @@ "xgplayer-hls": "2.5.2" }, "devDependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.12", "@babel/eslint-parser": "7.19.1", "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-service": "5.0.8", - "eslint": "8.28.0", - "eslint-plugin-vue": "9.8.0", - "sass": "1.56.1", + "eslint": "8.33.0", + "eslint-plugin-vue": "9.9.0", + "sass": "1.57.1", "sass-loader": "10.1.1" }, "eslintConfig": {