Skip to content

Commit

Permalink
Support Vite 5.
Browse files Browse the repository at this point in the history
This plugin continues to work as expected with Vite 5. This change merely adds the 5.0.0 version range to the acceptable versions in `peerDependencies`.
  • Loading branch information
darkobits authored Nov 29, 2023
1 parent fe7d45b commit b511e84
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 @@ -41,7 +41,7 @@
"vite-plugin-inspect": "^0.7.15"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b511e84

Please sign in to comment.