Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
feat: compatible with vite 5.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Aug 28, 2023
1 parent 0a1d9ee commit 4732e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"test": "vitest"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0"
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
Expand Down

0 comments on commit 4732e8c

Please sign in to comment.