Skip to content

Commit

Permalink
feat: support vite 5 & rollup 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 28, 2023
1 parent cefd4e6 commit 13da693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"peerDependencies": {
"esbuild": ">=0.13",
"rollup": "^3.2.0",
"vite": "^2.3.0 || ^3.0.0 || ^4.0.0",
"rollup": "^3.2.0 || ^4.0.0",
"vite": "^2.3.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0",
"webpack": "4 || 5"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 13da693

Please sign in to comment.