Skip to content

Commit

Permalink
chore: support vite6 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleCareless authored Nov 27, 2024
1 parent bd0effb commit d8dc8fe
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 @@ -47,7 +47,7 @@
"stub": "tsup --watch"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
},
"dependencies": {
"@vue/devtools-core": "workspace:^",
Expand Down

0 comments on commit d8dc8fe

Please sign in to comment.