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 2ce48b6 commit 43d2f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-sync": "^3.6.0",
"automattic/jetpack-status": "^3.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.17.10",
"@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",
"@wordpress/api-fetch": "7.5.0",
"@wordpress/components": "28.5.0",
"@wordpress/data": "10.5.0",
Expand Down

0 comments on commit 43d2f18

Please sign in to comment.