forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Storybook to V7 (WordPress#53520)
Co-authored-by: Lena Morita <[email protected]>
- Loading branch information
1 parent
72df33c
commit 7a07273
Showing
134 changed files
with
43,466 additions
and
51,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ | |
"@actions/core": "1.9.1", | ||
"@actions/github": "5.0.0", | ||
"@babel/core": "7.16.0", | ||
"@babel/plugin-proposal-export-namespace-from": "7.18.9", | ||
"@babel/plugin-syntax-jsx": "7.16.0", | ||
"@babel/runtime-corejs3": "7.16.0", | ||
"@babel/traverse": "7.16.0", | ||
|
@@ -107,15 +108,16 @@ | |
"@octokit/webhooks-types": "5.6.0", | ||
"@playwright/test": "1.32.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.2", | ||
"@storybook/addon-a11y": "6.5.7", | ||
"@storybook/addon-actions": "6.5.7", | ||
"@storybook/addon-controls": "6.5.7", | ||
"@storybook/addon-docs": "6.5.7", | ||
"@storybook/addon-toolbars": "6.5.7", | ||
"@storybook/addon-viewport": "6.5.7", | ||
"@storybook/builder-webpack5": "6.5.7", | ||
"@storybook/manager-webpack5": "6.5.7", | ||
"@storybook/react": "6.5.7", | ||
"@storybook/addon-a11y": "7.2.2", | ||
"@storybook/addon-actions": "7.2.2", | ||
"@storybook/addon-controls": "7.2.2", | ||
"@storybook/addon-docs": "7.2.2", | ||
"@storybook/addon-toolbars": "7.2.2", | ||
"@storybook/addon-viewport": "7.2.2", | ||
"@storybook/react": "7.2.2", | ||
"@storybook/react-webpack5": "7.2.2", | ||
"@storybook/source-loader": "7.2.2", | ||
"@storybook/theming": "7.2.2", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "13.4.0", | ||
"@testing-library/react-native": "12.1.2", | ||
|
@@ -193,6 +195,7 @@ | |
"eslint-plugin-jest-dom": "4.0.2", | ||
"eslint-plugin-playwright": "0.8.0", | ||
"eslint-plugin-ssr-friendly": "1.0.6", | ||
"eslint-plugin-storybook": "0.6.13", | ||
"eslint-plugin-testing-library": "5.7.2", | ||
"execa": "4.0.2", | ||
"fast-glob": "3.2.7", | ||
|
@@ -223,7 +226,6 @@ | |
"prettier": "npm:[email protected]", | ||
"progress": "2.0.3", | ||
"react": "18.2.0", | ||
"react-docgen-typescript-plugin": "1.0.5", | ||
"react-dom": "18.2.0", | ||
"react-native": "0.71.11", | ||
"react-native-url-polyfill": "1.1.2", | ||
|
@@ -241,7 +243,8 @@ | |
"snapshot-diff": "0.10.0", | ||
"source-map-loader": "3.0.0", | ||
"sprintf-js": "1.1.1", | ||
"storybook-source-link": "2.0.4", | ||
"storybook": "7.2.2", | ||
"storybook-source-link": "2.0.9", | ||
"strip-json-comments": "5.0.0", | ||
"style-loader": "3.2.1", | ||
"terser-webpack-plugin": "5.3.9", | ||
|
@@ -301,10 +304,10 @@ | |
"publish:patch": "lerna publish patch --no-private --dist-tag patch", | ||
"start": "npm run dev", | ||
"prestorybook:build": "npm run build:packages", | ||
"storybook:build": "build-storybook -c ./storybook -o ./storybook/build", | ||
"storybook:build": "storybook build -c ./storybook -o ./storybook/build", | ||
"prestorybook:dev": "npm run build:packages", | ||
"storybook:dev": "concurrently \"npm run dev:packages\" \"start-storybook -c ./storybook -p 50240\"", | ||
"storybook:e2e:dev": "concurrently \"npm run dev:packages\" \"start-storybook -c test/storybook-playwright/storybook -p 50241\"", | ||
"storybook:dev": "concurrently \"npm run dev:packages\" \"storybook dev -c ./storybook -p 50240\"", | ||
"storybook:e2e:dev": "concurrently \"npm run dev:packages\" \"storybook dev -c test/storybook-playwright/storybook -p 50241\"", | ||
"test": "npm-run-all lint test:unit", | ||
"test:create-block": "bash ./bin/test-create-block.sh", | ||
"test:e2e": "wp-scripts test-e2e --config packages/e2e-tests/jest.config.js", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.