Skip to content

Commit

Permalink
Merge pull request #6 from baozouai/vite-peerdep-version
Browse files Browse the repository at this point in the history
chore: vite peerDependencies support 5^
  • Loading branch information
baozouai committed Apr 11, 2024
2 parents ed9cf86 + e459940 commit 429e530
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"
"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 429e530

Please sign in to comment.