From c82b055fe89e0c42915f5588eb33923233cf6af7 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 27 Dec 2023 23:03:45 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E5=8D=87=E7=BA=A7=20Vite?= =?UTF-8?q?=205=20=EF=BC=8C=E8=A6=81=E6=B1=82=20node=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E2=89=A5=2018?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- package.json | 16 ++++++++-------- src/settings.ts | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1ce8018..084ce7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- - - + + + @@ -55,7 +55,7 @@ | 环境 | 名称版本 | 备注 | | -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ | | **开发工具** | VSCode | [下载地址](https://code.visualstudio.com/Download) | -| **运行环境** | Node 16+ | [下载地址](http://nodejs.cn/download) | +| **运行环境** | Node 18+ | [下载地址](http://nodejs.cn/download) | | **VSCode插件(必装)** | 1. `Vue Language Features (Volar) `
2. `TypeScript Vue Plugin (Volar) `
3. 禁用 Vetur | ![vscode-plugin](https://foruda.gitee.com/images/1687755823108948048/d0198b2d_716974.png) | diff --git a/package.json b/package.json index 8573c7a..d19090c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.7.2", + "version": "2.8.0", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", @@ -41,11 +41,11 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@vitejs/plugin-vue": "^4.5.2", - "@vueuse/core": "^10.7.0", + "@vitejs/plugin-vue": "^4.6.0", + "@vueuse/core": "^10.7.1", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "5.1.10", - "axios": "^1.6.2", + "axios": "^1.6.3", "echarts": "^5.4.3", "element-plus": "^2.4.4", "lodash-es": "^4.17.21", @@ -102,19 +102,19 @@ "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.1.0", "typescript": "^5.3.3", - "unocss": "^0.51.13", + "unocss": "^0.58.1", "unplugin-auto-import": "^0.15.3", "unplugin-icons": "^0.16.6", "unplugin-vue-components": "^0.24.1", - "vite": "^4.5.1", + "vite": "^5.0.10", "vite-plugin-mock": "^3.0.0", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^1.8.26" + "vue-tsc": "^1.8.27" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织", "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } } diff --git a/src/settings.ts b/src/settings.ts index 930ffe3..736ef22 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1,6 +1,6 @@ const defaultSettings: AppSettings = { title: "vue3-element-admin", - version: "v2.7.2", + version: "v2.8.0", showSettings: true, tagsView: true, fixedHeader: false,