Skip to content

Commit

Permalink
Merge pull request #273 from storybookjs/use-preview-api
Browse files Browse the repository at this point in the history
Use preview api instead of store
  • Loading branch information
yannbf authored Mar 6, 2023
2 parents 917a94d + 08bdc9c commit 67cc43c
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 1,132 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@storybook/core-common": "next",
"@storybook/csf": "next",
"@storybook/csf-tools": "next",
"@storybook/store": "next",
"@storybook/preview-api": "next",
"can-bind-to-host": "^1.1.1",
"commander": "^9.0.0",
"expect-playwright": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/playwright/transformPlaywright.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { relative } from 'path';
import template from '@babel/template';
import { userOrAutoTitle } from '@storybook/store';
import { userOrAutoTitle } from '@storybook/preview-api';

import { getStorybookMetadata } from '../util';
import { transformCsf } from '../csf/transformCsf';
Expand Down
Loading

0 comments on commit 67cc43c

Please sign in to comment.