diff --git a/code/lib/builder-webpack5/package.json b/code/lib/builder-webpack5/package.json index dc888478683a..7a4682251990 100644 --- a/code/lib/builder-webpack5/package.json +++ b/code/lib/builder-webpack5/package.json @@ -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", diff --git a/code/yarn.lock b/code/yarn.lock index 5ad6eb3c7f6f..81a4443b4761 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -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