Skip to content

Commit

Permalink
feat: Update babel and rollup dependencies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Nov 20, 2023
1 parent 1360dfa commit 1487e5a
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 504 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Update `lint-staged` to v15
- Update `babel` and `rollup` dependencies

### Fixed

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

### Removed

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,17 @@
"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",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@rollup/plugin-commonjs": "^25.0.5",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
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 All @@ -91,7 +91,7 @@
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"rollup": "^4.0.2",
"rollup": "^4.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.4.6",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 1487e5a

Please sign in to comment.