Skip to content

Commit 4689cd9

Browse files
authoredDec 10, 2022
feat: add compatibility with vite@4 (#64)
1 parent 7ef58a3 commit 4689cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vite": "^3.1.7"
3636
},
3737
"peerDependencies": {
38-
"vite": "^2.6.0 || 3"
38+
"vite": "^2.6.0 || 3 || 4"
3939
},
4040
"dependencies": {
4141
"@rollup/pluginutils": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.