Skip to content

Commit

Permalink
feat: support vite 6 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrbarbosa authored Nov 26, 2024
1 parent 03a504b commit 80a7442
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 @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue2/#readme",
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"vue": "^2.7.0-0"
},
"devDependencies": {
Expand Down

0 comments on commit 80a7442

Please sign in to comment.