Skip to content

Commit

Permalink
Allow Vite 5 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 13, 2023
1 parent 2d16cfc commit 395c8c4
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 @@ -32,7 +32,7 @@
"test": "uvu tests \".*\\.test\\.js\""
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"vite": {
Expand Down

0 comments on commit 395c8c4

Please sign in to comment.