From d74a7e13ef0c8dd38b056d756e666a58f311439d Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 22 Nov 2024 18:13:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9A=A1=20npm=20update=20(#216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tk --- src/frontend/admin/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontend/admin/package.json b/src/frontend/admin/package.json index 10b2c3c0..8d631e67 100644 --- a/src/frontend/admin/package.json +++ b/src/frontend/admin/package.json @@ -10,15 +10,15 @@ }, "dependencies": { "@element-plus/icons-vue": "2.3.1", - "ace-builds": "1.36.4", - "aieditor": "1.2.5", + "ace-builds": "1.36.5", + "aieditor": "1.2.7", "axios": "1.7.7", "clipboard": "2.0.11", "core-js": "3.39.0", "cropperjs": "1.6.2", "crypto-js": "4.2.0", "echarts": "5.5.1", - "element-plus": "2.8.7", + "element-plus": "2.8.8", "json-bigint": "1.0.0", "json5-to-table": "0.1.8", "markdown-it": "14.1.0", @@ -28,7 +28,7 @@ "qrcodejs2": "0.0.2", "sortablejs": "1.15.3", "vkbeautify": "0.99.3", - "vue": "3.5.12", + "vue": "3.5.13", "vue-i18n": "10.0.4", "vue-router": "4.4.5", "vue3-ace-editor": "2.2.4", @@ -37,10 +37,10 @@ "vuex": "4.1.0" }, "devDependencies": { - "@vitejs/plugin-vue": "5.1.5", + "@vitejs/plugin-vue": "5.2.0", "prettier": "3.3.3", "prettier-plugin-organize-attributes": "1.0.0", - "sass": "1.80.6", + "sass": "1.81.0", "terser": "5.36.0", "vite": "5.4.11" },