Skip to content

Commit

Permalink
add vite 6 to peerDeps range
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Dec 2, 2024
1 parent 7fe8e18 commit 4583368
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 @@ -37,7 +37,7 @@
],
"peerDependencies": {
"rescript": "^10.1.0 || ^11.0.0-0 || ^12.0.0-0",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"vitest": "^2.1.8"
Expand Down

0 comments on commit 4583368

Please sign in to comment.