Skip to content

Commit

Permalink
Update peerDependencies to support Vite 4 (#69)
Browse files Browse the repository at this point in the history
* feat: update peerDependencies

* feat: update lock
  • Loading branch information
marco-prontera committed Dec 14, 2022
1 parent 7be9be9 commit 08e876e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@babel/core": "7.x",
"vite": "2.x || 3.x"
"vite": "2.x || 3.x || 4.x"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit 08e876e

Please sign in to comment.