Skip to content

Commit a63aa57

Browse files
committed
feat:update the vite to v5.x
1 parent 6fe7349 commit a63aa57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

44
A new generation vue3 admin template, It's easy and fast!
55

6-
suggestion the Node.js >= 16.0.0
6+
suggestion the Node.js >= 18.0.0
77

88

99
## Documents

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <19",
120+
"pnpm": ">= 6 <9"
121121
}
122122
}

0 commit comments

Comments
 (0)