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 16f37d3 commit 0f37b30Copy full SHA for 0f37b30
README.md
@@ -2,7 +2,7 @@
2
3
the typescript version of vue3 admin template
4
5
-suggestion the Node.js >= 16.0.0。
+suggestion the Node.js >= 16.20。
6
7
8
## Documents
package.json
@@ -3,7 +3,7 @@
"version": "2.2.0",
"license": "MIT",
"author": "kuanghua",
- "packageManager": "pnpm@7.9.0",
+ "packageManager": "pnpm@8.12.0",
"scripts": {
"dev": "vite --mode serve-dev",
9
"test": "vite --mode serve-test",
@@ -116,7 +116,7 @@
116
"not op_mini all"
117
],
118
"engines": {
119
- "node": ">= 16 <20",
120
- "pnpm": ">= 6 <9"
+ "node": ">= v16.20 <19",
+ "pnpm": ">= 7 <10"
121
}
122
0 commit comments