Skip to content

Commit 9fa9532

Browse files
committed
fix: support vite 5
1 parent a79a960 commit 9fa9532

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
@@ -75,7 +75,7 @@
7575
"release": "bumpp && npm publish"
7676
},
7777
"peerDependencies": {
78-
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
78+
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
7979
},
8080
"dependencies": {
8181
"@mdit-vue/plugin-component": "^1.0.0",

0 commit comments

Comments
 (0)