From 0e1e9ef6dd97a6c6c2ac1b2ad150503806c65666 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sat, 27 Apr 2024 18:10:21 +0800 Subject: [PATCH] =?UTF-8?q?build(package.json):=20:package:=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20npm=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 669ef4f1..243ea3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.9.3", + "version": "2.10.0", "private": true, "type": "module", "scripts": { @@ -48,7 +48,7 @@ "animate.css": "^4.1.1", "axios": "^1.6.8", "echarts": "^5.5.0", - "element-plus": "^2.7.0", + "element-plus": "^2.7.2", "lodash-es": "^4.17.21", "net": "^1.0.2", "nprogress": "^0.2.0", @@ -58,9 +58,9 @@ "sockjs-client": "1.6.1", "sortablejs": "^1.15.2", "stompjs": "^2.3.3", - "vue": "^3.4.21", + "vue": "^3.4.25", "vue-i18n": "9.9.1", - "vue-router": "^4.3.0", + "vue-router": "^4.3.2", "xlsx": "^0.18.5" }, "devDependencies": { @@ -74,8 +74,8 @@ "@types/sockjs-client": "^1.5.4", "@types/sortablejs": "^1.15.8", "@types/stompjs": "^2.3.9", - "@typescript-eslint/eslint-plugin": "^7.6.0", - "@typescript-eslint/parser": "^7.6.0", + "@typescript-eslint/eslint-plugin": "^7.7.1", + "@typescript-eslint/parser": "^7.7.1", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.19", @@ -94,23 +94,23 @@ "postcss-scss": "^4.0.9", "prettier": "^3.2.5", "sass": "^1.75.0", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^4.6.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.0", - "terser": "^5.30.3", + "terser": "^5.30.4", "typescript": "^5.4.5", "unocss": "^0.58.9", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.8", + "vite": "^5.2.10", "vite-plugin-mock-dev-server": "^1.5.0", "vite-plugin-svg-icons": "^2.0.1", - "vite-plugin-vue-devtools": "^7.1.2", - "vue-tsc": "^2.0.13" + "vite-plugin-vue-devtools": "^7.1.3", + "vue-tsc": "^2.0.14" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",