Skip to content

Commit

Permalink
feat: Update storybook dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Nov 20, 2023
1 parent 1487e5a commit f868974
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 438 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
- Update `babel`, `rollup`, `storybook` dependencies

### Fixed

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.1.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"prettier-plugin-tailwindcss": "^0.5.4",
"rollup": "^4.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.4.6",
"storybook": "^7.5.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit f868974

Please sign in to comment.