Skip to content

Commit

Permalink
Revert "chore: add new rollup major version to peer dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 15d4c76.

Rollup v4.x.x no longer supports acornInjectPlugin,
as per https://rollupjs.org/migration/#configuration-changes
  • Loading branch information
swiing committed Nov 6, 2023
1 parent 15d4c76 commit b5bb198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"css"
],
"peerDependencies": {
"rollup": "^2.79.1||^3.0.0||^4.0.0"
"rollup": "^2.79.1||^3.0.0"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
Expand Down

0 comments on commit b5bb198

Please sign in to comment.