Skip to content

Commit

Permalink
Update storybook monorepo to v8.2.9 (#38893)
Browse files Browse the repository at this point in the history
* Update storybook monorepo to v8.2.9
* Add a bunch of `storybook` deps everywhere.
  When Storybook decided to do storybookjs/storybook#27039, they seem to
  have neglected the use case where monorepos might only need a few
  add-ons for stories in various packages, with all of the storybook stuff
  in a separate dummy package. So now we need to bring in all of storybook
  as a dev-dep in every package that has stories.
* Fix babel config.
  Broken by storybookjs/storybook#28469.

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10406793290

Upstream-Ref: Automattic/jetpack@ee09161
  • Loading branch information
anomiex authored and matticbot committed Aug 15, 2024
1 parent 5e555a6 commit ca52cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-components": "^0.55.7",
"@automattic/jetpack-connection": "^0.35.1",
"@automattic/jetpack-components": "^0.55.8-alpha",
"@automattic/jetpack-connection": "^0.35.2-alpha",
"@automattic/jetpack-script-data": "^0.1.1",
"@automattic/jetpack-shared-extension-utils": "^0.15.3",
"@automattic/popup-monitor": "1.0.2",
Expand Down

0 comments on commit ca52cc4

Please sign in to comment.