Skip to content

Commit

Permalink
chore(devdeps): update dependency @svgr/rollup to v6 (#944)
Browse files Browse the repository at this point in the history
* chore(devdeps): update dependency @svgr/rollup to v6

* fix: correct build

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Emmanuel Chambon <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2021
1 parent bc0f17f commit 495c6f0
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 255 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@storybook/react": "6.4.7",
"@storybook/testing-react": "1.0.0",
"@storybook/theming": "6.4.7",
"@svgr/rollup": "5.5.0",
"@svgr/rollup": "6.1.1",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default [{
url({
limit: 63488,
}),
svgr.default({ memo: true }),
svgr({ memo: true }),
PROFILE &&
visualizer({
brotliSize: true,
Expand Down
Loading

0 comments on commit 495c6f0

Please sign in to comment.