Skip to content

Commit

Permalink
fix: support vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Dec 23, 2024
1 parent 59da426 commit 17e4d2b
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 @@ -124,7 +124,7 @@
},
"peerDependencies": {
"spank": "^2.0.0",
"vite": "^3.2.4 || ^4.0.0 || ^5.0.0"
"vite": "^3.2.4 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"vite": {
Expand Down

0 comments on commit 17e4d2b

Please sign in to comment.