Skip to content

Commit

Permalink
Merge pull request #1834 from embroider-build/vite-peer
Browse files Browse the repository at this point in the history
add vite@5 to the peer deps of @embroider/vite
  • Loading branch information
mansona authored Mar 4, 2024
2 parents a90d03d + 252634b commit 4c0881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.mjs",
"peerDependencies": {
"@embroider/core": "workspace:^",
"vite": "^4.3.9"
"vite": "^4.3.9 || ^5.0.0"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 4c0881e

Please sign in to comment.