Skip to content

Commit

Permalink
Merge pull request #437 from bensaufley/bs-allow-vite-5
Browse files Browse the repository at this point in the history
Add Vite 5 to allowed peerDep versions
  • Loading branch information
ikenfin authored Feb 5, 2024
2 parents 1ccb354 + 62bc633 commit 400aa0b
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 @@
"@sentry/cli": "^2.3.1"
},
"peerDependencies": {
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit 400aa0b

Please sign in to comment.