Skip to content

Commit 74fc96e

Browse files
committed
update vite to v5.x
1 parent fd1f01d commit 74fc96e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
the typescript version of vue3 admin template
44

5-
suggestion the Node.js >= 16.0.0。
5+
suggestion the Node.js >= 18.0.0。
66

77

88
## Documents

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-admin-ts",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"author": "kuanghua",
66
"packageManager": "pnpm@7.9.0",
@@ -79,7 +79,7 @@
7979
"unocss": "^0.33.5",
8080
"unplugin-auto-import": "^0.11.2",
8181
"unplugin-vue-components": "^0.22.8",
82-
"vite": "^4.0.2",
82+
"vite": "^5.0.4",
8383
"vite-plugin-mkcert": "^1.7.2",
8484
"vite-plugin-mock": "^2.9.6",
8585
"vite-plugin-svg-icons": "^2.0.1",
@@ -116,7 +116,7 @@
116116
"not op_mini all"
117117
],
118118
"engines": {
119-
"node": ">= 16 <18",
120-
"pnpm": ">= 6 <8"
119+
"node": ">= 18 <20",
120+
"pnpm": ">= 6 <9"
121121
}
122122
}

0 commit comments

Comments
 (0)