Skip to content

Commit

Permalink
bump peerDeps for vite 5 (#90)
Browse files Browse the repository at this point in the history
* bump peerDeps

* downgrade vite again
  • Loading branch information
JoviDeCroock committed Nov 17, 2023
1 parent 8455504 commit ae85e93
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions 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 || 4.x"
"vite": "2.x || 3.x || 4.x || 5.x"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit ae85e93

Please sign in to comment.