From 7058b2ecf555f68e1bc03ccc4427da19ec235b5a Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 9 Jul 2023 23:42:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(package.json):=20:hammer:=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7vue=E3=80=81vite=E3=80=81element-plus=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 47dffd4b2b806220acc877537a2b229353ce68aa --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 246cdf28..dc9e8dee 100644 --- a/package.json +++ b/package.json @@ -48,14 +48,14 @@ "axios": "^1.4.0", "codemirror": "^5.65.13", "echarts": "^5.2.2", - "element-plus": "^2.3.6", + "element-plus": "^2.3.7", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^6.2.0", "pinia": "^2.0.33", "screenfull": "^6.0.0", - "vue": "^3.3.1", + "vue": "^3.3.4", "vue-i18n": "9.2.2", "vue-router": "^4.2.0" }, @@ -96,7 +96,7 @@ "unplugin-auto-import": "^0.15.3", "unplugin-icons": "^0.16.1", "unplugin-vue-components": "^0.24.1", - "vite": "^4.3.5", + "vite": "^4.4.2", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^1.6.5 " },