Skip to content

Commit

Permalink
Allow Vite 6 beta peer dependency (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Oct 14, 2024
1 parent 1130d39 commit 775e3ae
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 @@ -30,7 +30,7 @@
"test": "uvu tests \".*\\.test\\.js\""
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0"
},
"peerDependenciesMeta": {
"vite": {
Expand Down

0 comments on commit 775e3ae

Please sign in to comment.