diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index 56bab75c2115..ca2124831845 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -39,7 +39,6 @@ "@storybook/builder-webpack5": "7.1.0-alpha.9", "@storybook/cli": "7.1.0-alpha.9", "@storybook/client-logger": "7.1.0-alpha.9", - "@storybook/core-client": "7.1.0-alpha.9", "@storybook/core-common": "7.1.0-alpha.9", "@storybook/core-events": "7.1.0-alpha.9", "@storybook/core-server": "7.1.0-alpha.9", diff --git a/code/frameworks/angular/src/client/public-api.ts b/code/frameworks/angular/src/client/public-api.ts index de0820502a6a..3f91276a044b 100644 --- a/code/frameworks/angular/src/client/public-api.ts +++ b/code/frameworks/angular/src/client/public-api.ts @@ -1,6 +1,6 @@ /* eslint-disable prefer-destructuring */ import { Addon_ClientStoryApi, Addon_Loadable } from '@storybook/types'; -import { start } from '@storybook/core-client'; +import { start } from '@storybook/preview-api'; import { renderToCanvas, render } from './render'; import decorateStory from './decorateStory'; import { AngularRenderer } from './types'; diff --git a/code/yarn.lock b/code/yarn.lock index cc83672d91bc..3cca7416975d 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -5523,7 +5523,6 @@ __metadata: "@storybook/builder-webpack5": 7.1.0-alpha.9 "@storybook/cli": 7.1.0-alpha.9 "@storybook/client-logger": 7.1.0-alpha.9 - "@storybook/core-client": 7.1.0-alpha.9 "@storybook/core-common": 7.1.0-alpha.9 "@storybook/core-events": 7.1.0-alpha.9 "@storybook/core-server": 7.1.0-alpha.9