Skip to content

Commit

Permalink
Update storybook monorepo to v7.4.6 (#33584)
Browse files Browse the repository at this point in the history
* Update storybook monorepo to v7.4.6
* Fix progress plugin disabling
  Some optional peer dep is making Storybook internally use a different instance of webpack
* Remove obsolete pnpmfile hack

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6499232267
  • Loading branch information
anomiex authored and matticbot committed Oct 12, 2023
1 parent 50a7541 commit cadf4a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@babel/core": "7.23.0",
"@babel/preset-react": "7.22.15",
"@jest/globals": "29.4.3",
"@storybook/blocks": "7.1.0",
"@storybook/client-api": "7.1.0",
"@storybook/react": "7.1.0",
"@storybook/blocks": "7.4.6",
"@storybook/client-api": "7.4.6",
"@storybook/react": "7.4.6",
"@testing-library/dom": "8.19.1",
"@testing-library/react": "13.4.0",
"@types/jest": "29.2.5",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@automattic/jetpack-components": "^0.43.3-alpha",
"@automattic/jetpack-connection": "^0.30.2-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.2-alpha",
"@storybook/addon-actions": "7.1.0",
"@storybook/addon-actions": "7.4.6",
"@wordpress/api-fetch": "6.40.0",
"@wordpress/blob": "3.43.0",
"@wordpress/block-editor": "12.11.0",
Expand Down

0 comments on commit cadf4a7

Please sign in to comment.