From 473b0c26f2c77f0291011eeaed899beccd623f4f Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 26 Jan 2024 16:59:16 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9A=A1=20=E4=BE=9D=E8=B5=96=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8D=87=E7=BA=A7=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/frontend/admin/package.json | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 0f6d3173..fe7e1728 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "version": "1.0.0", "devDependencies": { - "cz-git": "^1.7.1", + "cz-git": "^1.8.0", "commitizen": "^4.3.0", - "prettier": "^3.1.0", + "prettier": "^3.2.4", "standard-version": "^9.5.0" }, "config": { diff --git a/src/frontend/admin/package.json b/src/frontend/admin/package.json index 8499a6ba..4ec944f4 100644 --- a/src/frontend/admin/package.json +++ b/src/frontend/admin/package.json @@ -10,22 +10,22 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@tinymce/tinymce-vue": "^5.1.1", - "axios": "^1.6.4", + "axios": "^1.6.7", "clipboard": "^2.0.11", - "core-js": "^3.35.0", + "core-js": "^3.35.1", "cropperjs": "^1.6.1", "crypto-js": "^4.2.0", "echarts": "^5.4.3", - "element-plus": "^2.4.4", + "element-plus": "^2.5.3", "json-bigint": "^1.0.0", "json5-to-table": "^0.1.8", "nprogress": "^0.2.0", "pinyin-match": "^1.2.5", "qrcodejs2": "^0.0.2", - "sortablejs": "^1.15.1", + "sortablejs": "^1.15.2", "tinymce": "^6.8.2", - "vue": "^3.4.4", - "vue-i18n": "^9.8.0", + "vue": "^3.4.15", + "vue-i18n": "^9.9.0", "vue-router": "^4.2.5", "vue3-json-viewer": "^2.2.2", "vuedraggable": "^4.0.3", @@ -34,11 +34,11 @@ "xgplayer-hls": "^3.0.11" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.2", - "prettier": "^3.1.1", - "sass": "^1.69.7", - "terser": "^5.26.0", - "vite": "^5.0.10" + "@vitejs/plugin-vue": "^5.0.3", + "prettier": "^3.2.4", + "sass": "^1.70.0", + "terser": "^5.27.0", + "vite": "^5.0.12" }, "browserslist": [ "> 1%",