From 879a3b64044b232796371bc7cd69660abd673dd1 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Mon, 4 Aug 2025 11:31:02 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E5=8D=87=E7=BA=A7=20vite?= =?UTF-8?q?=207=20=E4=BB=A5=E5=8F=8A=E5=85=BC=E5=AE=B9=E6=80=A7=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++------- package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index a7363673..08c55a52 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ vue3-element-admin

vue3-element-admin

- - - + + + @@ -90,11 +90,10 @@ - **环境准备** -| 环境类型 | 名称 | -|----------------|-----------------------------| +| 环境类型 | 名称 | 备注 | +|----------------|---------------|----------- | | **开发工具** | [Visual Studio Code](https://code.visualstudio.com/Download) | -| **运行环境** | Node 18 + (推荐[22.9.0](https://npmmirror.com/mirrors/node/v22.9.0/)) | -> ⚠️ 注意:Node.js 20.6.0版本存在兼容性问题,请勿使用 +| **运行环境** | ^20.19.0 || >=22.12.0 | 20.19.0+ 或 22.12.0 及以上版本 | - **快速开始** diff --git a/package.json b/package.json index ee514fb5..a507a3bd 100644 --- a/package.json +++ b/package.json @@ -49,15 +49,15 @@ "@element-plus/icons-vue": "^2.3.1", "@stomp/stompjs": "^7.1.1", "@vueuse/core": "^12.8.2", - "@wangeditor-next/editor": "^5.6.36", + "@wangeditor-next/editor": "^5.6.42", "@wangeditor-next/editor-for-vue": "^5.1.14", "animate.css": "^4.1.1", - "axios": "^1.10.0", + "axios": "^1.11.0", "codemirror": "^5.65.19", "codemirror-editor-vue3": "^2.8.0", "default-passive-events": "^2.0.0", "echarts": "^5.6.0", - "element-plus": "^2.10.4", + "element-plus": "^2.10.5", "exceljs": "^4.4.0", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", @@ -66,34 +66,34 @@ "pinia": "^3.0.3", "qs": "^6.14.0", "sortablejs": "^1.15.6", - "vue": "^3.5.17", + "vue": "^3.5.18", "vue-draggable-plus": "^0.6.0", - "vue-i18n": "^11.1.9", + "vue-i18n": "^11.1.11", "vue-router": "^4.5.1", "vxe-table": "~4.6.25" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", - "@eslint/js": "^9.31.0", + "@eslint/js": "^9.32.0", "@iconify/utils": "^2.3.0", "@types/codemirror": "^5.60.16", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.16.3", + "@types/node": "^22.17.0", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.3", "@types/qs": "^6.14.0", "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^8.36.0", - "@typescript-eslint/parser": "^8.36.0", - "@vitejs/plugin-vue": "^5.2.4", + "@typescript-eslint/eslint-plugin": "^8.38.0", + "@typescript-eslint/parser": "^8.38.0", + "@vitejs/plugin-vue": "^6.0.1", "autoprefixer": "^10.4.21", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.31.0", - "eslint-config-prettier": "^10.1.5", - "eslint-plugin-prettier": "^5.5.1", - "eslint-plugin-vue": "^10.3.0", + "eslint": "^9.32.0", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-prettier": "^5.5.3", + "eslint-plugin-vue": "^10.4.0", "globals": "^15.15.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", @@ -102,7 +102,7 @@ "postcss-scss": "^4.0.9", "prettier": "^3.6.2", "sass": "^1.89.2", - "stylelint": "^16.21.1", + "stylelint": "^16.23.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^6.1.0", "stylelint-config-recommended": "^15.0.0", @@ -110,18 +110,18 @@ "stylelint-config-recommended-vue": "^1.6.1", "stylelint-prettier": "^5.0.3", "terser": "^5.43.1", - "typescript": "^5.8.3", - "typescript-eslint": "^8.36.0", - "unocss": "65.4.3", + "typescript": "^5.9.2", + "typescript-eslint": "^8.38.0", + "unocss": "^66.4.0", "unplugin-auto-import": "^19.3.0", "unplugin-vue-components": "^28.8.0", - "vite": "^6.3.5", + "vite": "^7.0.6", "vite-plugin-mock-dev-server": "^1.9.1", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^2.2.12" }, "engines": { - "node": ">=18.0.0" + "node": "^20.19.0 || >=22.12.0" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",