Skip to content

Commit

Permalink
Fix dependency issue with Vite 5 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored Dec 3, 2024
1 parent 44edafa commit 6515574
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 @@ -53,7 +53,7 @@
"vitest": "^0.34.4"
},
"peerDependencies": {
"vite": "^6.0.0"
"vite": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
Expand Down

0 comments on commit 6515574

Please sign in to comment.