-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 升级
vite
至v5
版本,规定node
版本>=18.0.0
,pnpm
版本>=8.6.10
1 parent
4415f12
commit a849547
Showing
5 changed files
with
1,816 additions
and
1,675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v18.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,7 +156,7 @@ | |
"tailwindcss": "^3.3.3", | ||
"terser": "^5.19.4", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
"vite": "5.0.0-beta.2", | ||
"vite-plugin-cdn-import": "^0.3.5", | ||
"vite-plugin-compression": "^0.5.1", | ||
"vite-plugin-mock": "2.9.6", | ||
|
@@ -165,6 +165,11 @@ | |
"vue-eslint-parser": "^9.3.1", | ||
"vue-tsc": "^1.8.11" | ||
}, | ||
"engines": { | ||
"node": "^18.0.0 || >=20.0.0", | ||
"pnpm": ">=8.6.10" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"ignoreMissing": [ | ||
|
Oops, something went wrong.