From 221493e0afd1cdcdac6ce8709aae591e378d1765 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Thu, 11 Jan 2024 08:22:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E8=87=B3=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4b54265..d3877d0 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,13 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@vitejs/plugin-vue": "^4.6.0", + "@vitejs/plugin-vue": "^4.6.2", "@vueuse/core": "^10.7.1", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "5.1.10", - "axios": "^1.6.3", + "axios": "^1.6.5", "echarts": "^5.4.3", - "element-plus": "^2.4.4", + "element-plus": "^2.5.0", "lodash-es": "^4.17.21", "net": "^1.0.2", "nprogress": "^0.2.0", @@ -60,7 +60,7 @@ "sortablejs": "^1.15.1", "stompjs": "^2.3.3", "terser": "^5.26.0", - "vue": "^3.3.13", + "vue": "^3.4.8", "vue-i18n": "9.2.2", "vue-router": "^4.2.5", "xlsx": "^0.18.5" @@ -85,15 +85,15 @@ "eslint-config-prettier": "^8.10.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.19.2", + "eslint-plugin-vue": "^9.20.0", "fast-glob": "^3.3.2", "husky": "^8.0.3", "lint-staged": "^13.3.0", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "postcss-html": "^1.5.0", "postcss-scss": "^4.0.9", "prettier": "^2.8.8", - "sass": "^1.69.5", + "sass": "^1.69.7", "stylelint": "^15.11.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^4.4.0", @@ -102,12 +102,12 @@ "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.1.0", "typescript": "^5.3.3", - "unocss": "^0.58.1", + "unocss": "^0.58.3", "unplugin-auto-import": "^0.15.3", "unplugin-icons": "^0.16.6", "unplugin-vue-components": "^0.24.1", - "vite": "^5.0.10", - "vite-plugin-mock-dev-server": "^1.4.3", + "vite": "^5.0.11", + "vite-plugin-mock-dev-server": "^1.4.5", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^1.8.27" },