fix linting && cleanup

This commit is contained in:
Norbert de Langen 2022-11-11 15:35:49 +01:00
parent 78f7f94894
commit 6e19f0fe42
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
7 changed files with 1 additions and 12 deletions

View File

@ -159,7 +159,7 @@ If you're currently using the notes/info addons, you can upgrade to DocsPage by
Suppose you've added a `notes` parameter to each component in your library, containing markdown text, and you want that to show up at the top of the page in the `Description` slot. You could do that by adding the following snippet to `.storybook/preview.js`:
```js
import { addParameters } from '@storybook/client-api';
import { addParameters } from '@storybook/preview-api';
addParameters({
docs: {

View File

@ -57,7 +57,6 @@
"@storybook/builder-vite": "7.0.0-alpha.48",
"@storybook/channel-postmessage": "7.0.0-alpha.48",
"@storybook/channel-websocket": "7.0.0-alpha.48",
"@storybook/client-api": "7.0.0-alpha.48",
"@storybook/preview-api": "7.0.0-alpha.48",
"@storybook/react": "7.0.0-alpha.48",
"@vitejs/plugin-react": "^2.0.0",

View File

@ -1,9 +1,3 @@
// TODO: should move this to preview-api, I guess
// exports for builder-vite
import * as clientApi from '@storybook/client-api';
export { clientApi };
export { createChannel as createPostMessageChannel } from '@storybook/channel-postmessage';
export { createChannel as createWebSocketChannel } from '@storybook/channel-websocket';

View File

@ -56,7 +56,6 @@
"@storybook/builder-vite": "7.0.0-alpha.48",
"@storybook/channel-postmessage": "7.0.0-alpha.48",
"@storybook/channel-websocket": "7.0.0-alpha.48",
"@storybook/client-api": "7.0.0-alpha.48",
"@storybook/node-logger": "7.0.0-alpha.48",
"@storybook/preview-api": "7.0.0-alpha.48",
"@storybook/svelte": "7.0.0-alpha.48",

View File

@ -54,7 +54,6 @@
"@storybook/builder-vite": "7.0.0-alpha.48",
"@storybook/channel-postmessage": "7.0.0-alpha.48",
"@storybook/channel-websocket": "7.0.0-alpha.48",
"@storybook/client-api": "7.0.0-alpha.48",
"@storybook/core-common": "7.0.0-alpha.48",
"@storybook/core-server": "7.0.0-alpha.48",
"@storybook/preview-api": "7.0.0-alpha.48",

View File

@ -55,7 +55,6 @@
"@storybook/builder-vite": "7.0.0-alpha.48",
"@storybook/channel-postmessage": "7.0.0-alpha.48",
"@storybook/channel-websocket": "7.0.0-alpha.48",
"@storybook/client-api": "7.0.0-alpha.48",
"@storybook/core-server": "7.0.0-alpha.48",
"@storybook/preview-api": "7.0.0-alpha.48",
"@storybook/vue3": "7.0.0-alpha.48",

View File

@ -55,7 +55,6 @@
"@storybook/builder-vite": "7.0.0-alpha.48",
"@storybook/channel-postmessage": "7.0.0-alpha.48",
"@storybook/channel-websocket": "7.0.0-alpha.48",
"@storybook/client-api": "7.0.0-alpha.48",
"@storybook/core-server": "7.0.0-alpha.48",
"@storybook/node-logger": "7.0.0-alpha.48",
"@storybook/preview-api": "7.0.0-alpha.48",