Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v4 (#164)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency rollup to v4

* chore: fix package-lock.json

* chore: add override for rollup directive plugin

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jonambas <[email protected]>
  • Loading branch information
renovate[bot] and jonambas authored Dec 24, 2023
1 parent 211772a commit 4d678a2
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 7 deletions.
208 changes: 203 additions & 5 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup": "4.9.1",
"rollup-plugin-bundle-size": "1.0.3",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-preserve-directives": "^0.2.0",
Expand All @@ -49,6 +49,9 @@
],
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"rollup-plugin-preserve-directives": {
"rollup": "^4.0.0"
}
}
}

0 comments on commit 4d678a2

Please sign in to comment.