Skip to content

Commit b511e84

Browse files
authored
Support Vite 5.
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`.
1 parent fe7d45b commit b511e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vite-plugin-inspect": "^0.7.15"
4242
},
4343
"peerDependencies": {
44-
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
44+
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
4545
},
4646
"publishConfig": {
4747
"access": "public"

0 commit comments

Comments
 (0)