We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe7349 commit a63aa57Copy full SHA for a63aa57
README.md
@@ -3,7 +3,7 @@
3
4
A new generation vue3 admin template, It's easy and fast!
5
6
-suggestion the Node.js >= 16.0.0
+suggestion the Node.js >= 18.0.0
7
8
9
## Documents
package.json
@@ -79,7 +79,7 @@
79
"unocss": "^0.33.5",
80
"unplugin-auto-import": "^0.11.2",
81
"unplugin-vue-components": "^0.22.8",
82
- "vite": "^4.0.2",
+ "vite": "^5.0.4",
83
"vite-plugin-mkcert": "^1.7.2",
84
"vite-plugin-mock": "^2.9.6",
85
"vite-plugin-svg-icons": "^2.0.1",
@@ -116,7 +116,7 @@
116
"not op_mini all"
117
],
118
"engines": {
119
- "node": ">= 16 <18",
120
- "pnpm": ">= 6 <8"
+ "node": ">= 18 <19",
+ "pnpm": ">= 6 <9"
121
}
122
0 commit comments