Skip to content

Commit

Permalink
Restore storybook packages to builder-webpack5
Browse files Browse the repository at this point in the history
They use a sneaky alias resolution that isn't `cmd+f` findable.
  • Loading branch information
IanVS committed Sep 4, 2022
1 parent ae6e467 commit 20de3f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/lib/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@storybook/addons": "7.0.0-alpha.29",
"@storybook/api": "7.0.0-alpha.29",
"@storybook/channel-postmessage": "7.0.0-alpha.29",
"@storybook/channel-websocket": "7.0.0-alpha.29",
"@storybook/channels": "7.0.0-alpha.29",
"@storybook/client-api": "7.0.0-alpha.29",
"@storybook/client-logger": "7.0.0-alpha.29",
"@storybook/components": "7.0.0-alpha.29",
"@storybook/core-common": "7.0.0-alpha.29",
"@storybook/core-events": "7.0.0-alpha.29",
"@storybook/core-webpack": "7.0.0-alpha.29",
"@storybook/node-logger": "7.0.0-alpha.29",
"@storybook/preview-web": "7.0.0-alpha.29",
"@storybook/router": "7.0.0-alpha.29",
"@storybook/semver": "^7.3.2",
"@storybook/store": "7.0.0-alpha.29",
"@storybook/theming": "7.0.0-alpha.29",
"@types/node": "^14.0.10 || ^16.0.0",
Expand Down
6 changes: 6 additions & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7704,14 +7704,20 @@ __metadata:
dependencies:
"@babel/core": ^7.12.10
"@storybook/addons": 7.0.0-alpha.29
"@storybook/api": 7.0.0-alpha.29
"@storybook/channel-postmessage": 7.0.0-alpha.29
"@storybook/channel-websocket": 7.0.0-alpha.29
"@storybook/channels": 7.0.0-alpha.29
"@storybook/client-api": 7.0.0-alpha.29
"@storybook/client-logger": 7.0.0-alpha.29
"@storybook/components": 7.0.0-alpha.29
"@storybook/core-common": 7.0.0-alpha.29
"@storybook/core-events": 7.0.0-alpha.29
"@storybook/core-webpack": 7.0.0-alpha.29
"@storybook/node-logger": 7.0.0-alpha.29
"@storybook/preview-web": 7.0.0-alpha.29
"@storybook/router": 7.0.0-alpha.29
"@storybook/semver": ^7.3.2
"@storybook/store": 7.0.0-alpha.29
"@storybook/theming": 7.0.0-alpha.29
"@types/node": ^14.0.10 || ^16.0.0
Expand Down

0 comments on commit 20de3f1

Please sign in to comment.