Skip to content

Commit

Permalink
Move @svgr/rollup dependency to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Nov 20, 2023
1 parent bd604e9 commit d8d7ed8
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 77 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Introduce `@svgr/rollup` to correctly bundle SVGs
- Remove redundant `jackspeak` dependency resolution
- Move `"@svgr/rollup` dependency to dev dependencies

### Removed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"author": "Aragon Association",
"dependencies": {
"@radix-ui/react-progress": "^1.0.3",
"@svgr/rollup": "^8.1.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -67,6 +66,7 @@
"@storybook/react-webpack5": "^7.4.6",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
Expand Down
Loading

0 comments on commit d8d7ed8

Please sign in to comment.