Skip to content

Commit

Permalink
chore: vite peerDependencies support 5^
Browse files Browse the repository at this point in the history
  • Loading branch information
baozouai committed Apr 11, 2024
1 parent e459940 commit 1943e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"play:astro": "pnpm -C playgrounds/astro dev"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0|| ^5.0.0"
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@babel/generator": "^7.21.4",
Expand Down

0 comments on commit 1943e2d

Please sign in to comment.