Skip to content

Commit

Permalink
Vite version 5.0.0 (#3)
Browse files Browse the repository at this point in the history
* chore: supports vite ^4.0.0

* chore: Editor Configuration

* fix: lint and typecheck

* chore: vite 5.0.0
  • Loading branch information
Chanzhaoyu authored Dec 13, 2023
1 parent 481f0ea commit d8a1668
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 @@ -51,7 +51,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"debug": "^4.3.4"
Expand Down

0 comments on commit d8a1668

Please sign in to comment.