From 43975003639595411df1cc9df5d93dfde5a755a4 Mon Sep 17 00:00:00 2001 From: Akiraka Date: Wed, 21 Feb 2024 16:30:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20=E6=9B=B4=E6=96=B0=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E4=B8=8E=E4=BF=AE=E5=A4=8D=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 24 ++++++++++++------------ src/layout/components/Menu/SubMenu.vue | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 179cb58c..b04af4cd 100644 --- a/package.json +++ b/package.json @@ -8,33 +8,33 @@ "preview": "vite preview" }, "dependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.3.0", "@iconify/vue": "^4.1.1", "@arco-themes/vue-go-admin": "^0.0.1", - "@codemirror/lang-html": "^6.4.6", - "@codemirror/lang-javascript": "^6.2.1", + "@codemirror/lang-html": "^6.4.8", + "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/theme-one-dark": "^6.1.2", "@vueuse/core": "^10.6.1", - "axios": "^1.6.2", + "axios": "^1.6.7", "codemirror": "^6.0.1", "cropperjs": "^1.6.1", "js-cookie": "^3.0.5", "pinia": "^2.1.7", - "vue": "^3.3.8", + "vue": "^3.4.19", "vue-codemirror": "^6.1.1", "vue-router": "^4.2.5" }, "devDependencies": { - "@arco-design/web-vue": "^2.53.2", - "@vitejs/plugin-vue": "^4.4.1", - "eslint": "^8.53.0", - "eslint-plugin-vue": "^9.18.1", + "@arco-design/web-vue": "^2.54.4", + "@vitejs/plugin-vue": "^5.0.4", + "eslint": "^8.56.0", + "eslint-plugin-vue": "^9.21.1", "mockjs": "^1.1.0", - "sass": "^1.69.5", + "sass": "^1.71.1", "unplugin-vue-components": "^0.26.0", - "vite": "^5.0.10", - "vite-plugin-mock": "^3.0.0", + "vite": "^5.1.3", + "vite-plugin-mock": "^3.0.1", "vite-svg-loader": "^5.1.0" } } diff --git a/src/layout/components/Menu/SubMenu.vue b/src/layout/components/Menu/SubMenu.vue index 891977f6..d915ea46 100644 --- a/src/layout/components/Menu/SubMenu.vue +++ b/src/layout/components/Menu/SubMenu.vue @@ -1,7 +1,7 @@