Skip to content

Commit

Permalink
Bump Vite peer dep
Browse files Browse the repository at this point in the history
Bumped Vite peer dep to v5 so npm doesn't throw error when installing
  • Loading branch information
hizo committed Mar 15, 2024
1 parent eb00f5c commit d978d77
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 @@ -58,7 +58,7 @@
"vitest": "0.34.3"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"pnpm": ">=7"
Expand Down

0 comments on commit d978d77

Please sign in to comment.