From 4e83663f909c2e51a6aa723f1797a5843e7029c4 Mon Sep 17 00:00:00 2001 From: tyjctl <419999127@qq.com> Date: Thu, 11 Apr 2024 09:27:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20Yi.RuoYi.Vue3/package.json.=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E9=A1=B9=E7=9B=AE=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=EF=BC=8C=E6=9C=AC=E6=9D=A5=E6=98=AF=E4=B8=BA=E4=BA=86element-p?= =?UTF-8?q?lus=202.6.3=EF=BC=8C=E9=A1=BA=E5=B8=A6=E6=8A=8Avite=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B9=9F=E6=9B=B4=E6=96=B0=E4=BA=86=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B2=A1=E6=9C=89bug=EF=BC=8C=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E9=9C=80=E8=A6=81=E5=B0=86vite.config.js=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20vite.config.mts=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tyjctl <419999127@qq.com> --- Yi.RuoYi.Vue3/package.json | 44 ++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/Yi.RuoYi.Vue3/package.json b/Yi.RuoYi.Vue3/package.json index 324f0be4..85c27aad 100644 --- a/Yi.RuoYi.Vue3/package.json +++ b/Yi.RuoYi.Vue3/package.json @@ -15,33 +15,35 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { - "@element-plus/icons-vue": "1.1.4", - "@microsoft/signalr": "^6.0.9", - "@vueuse/core": "8.5.0", - "axios": "0.26.1", - "echarts": "5.3.2", - "element-plus": "2.1.8", + "@element-plus/icons-vue": "2.3.1", + "@microsoft/signalr": "^8.0.0", + "@vueuse/core": "10.9.0", + "axios": "1.6.8", + "echarts": "5.5.0", + "element-plus": "2.6.3", "file-saver": "2.0.5", - "fuse.js": "6.5.3", - "js-cookie": "3.0.1", - "jsencrypt": "3.2.1", + "fuse.js": "7.0.0", + "js-cookie": "3.0.5", + "jsencrypt": "3.3.2", "json-bigint": "^1.0.0", "nprogress": "0.2.0", - "pinia": "2.0.14", - "qs": "^6.11.2", + "pinia": "2.1.7", + "qs": "^6.12.0", "typeface-roboto": "^1.1.13", - "vue": "3.2.37", + "vue": "3.4.21", "vue-cropper": "1.0.3", - "vue-router": "^4.0.14" + "vue-router": "4.3.0" }, "devDependencies": { - "@vitejs/plugin-vue": "2.3.3", - "@vue/compiler-sfc": "3.2.36", - "sass": "1.52.1", - "unplugin-auto-import": "0.8.5", - "vite": "2.9.14", - "vite-plugin-compression": "0.5.1", - "vite-plugin-svg-icons": "2.0.1", - "vite-plugin-vue-setup-extend": "0.4.0" + "@vitejs/plugin-vue": "^5.0.4", + "@vue/compiler-sfc": "^3.4.21", + "consola": "^3.2.3", + "sass": "^1.74.1", + "unplugin-auto-import": "^0.17.5", + "vite": "^5.2.8", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-style-import": "^2.0.0", + "vite-plugin-svg-icons": "^2.0.1", + "vite-plugin-vue-setup-extend": "^0.4.0" } }