Skip to content

Commit

Permalink
chore: update peerDependencies to support Vite 5 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 16, 2023
1 parent adf2561 commit f92861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^4.0.0",
"vite": "^4.0.0 || ^5.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit f92861a

Please sign in to comment.