Merge pull request #19997 from storybookjs/preview-remove-reexports

This commit is contained in:
Norbert de Langen 2022-11-30 00:36:43 +01:00 committed by GitHub
commit 4eb9971712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 45 deletions

View File

@ -57,17 +57,12 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"@storybook/addons": "7.0.0-alpha.54",
"@storybook/channel-postmessage": "7.0.0-alpha.54",
"@storybook/channel-websocket": "7.0.0-alpha.54",
"@storybook/channels": "7.0.0-alpha.54",
"@storybook/client-api": "7.0.0-alpha.54",
"@storybook/client-logger": "7.0.0-alpha.54",
"@storybook/core-client": "7.0.0-alpha.54",
"@storybook/core-events": "7.0.0-alpha.54",
"@storybook/preview-api": "7.0.0-alpha.54",
"@storybook/preview-web": "7.0.0-alpha.54",
"@storybook/store": "7.0.0-alpha.54",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -1,15 +1,16 @@
/* eslint-disable import/namespace */
import * as ADDONS from '../modules/addons';
import * as CHANNEL_POSTMESSAGE from '../modules/channel-postmessage';
import * as CHANNEL_WEBSOCKET from '../modules/channel-websocket';
import * as CHANNELS from '../modules/channels';
import * as CLIENT_API from '../modules/client-api';
import * as CLIENT_LOGGER from '../modules/client-logger';
import * as CORE_CLIENT from '../modules/core-client';
import * as CORE_EVENTS from '../modules/core-events';
import * as PREVIEW_API from '../modules/preview-api';
import * as PREVIEW_WEB from '../modules/preview-web';
import * as STORE from '../modules/store';
/* eslint-disable import/no-extraneous-dependencies */
import * as ADDONS from '@storybook/preview-api/dist/addons';
import * as CHANNEL_POSTMESSAGE from '@storybook/channel-postmessage';
import * as CHANNEL_WEBSOCKET from '@storybook/channel-websocket';
import * as CHANNELS from '@storybook/channels';
import * as CLIENT_API from '@storybook/preview-api/dist/client-api';
import * as CLIENT_LOGGER from '@storybook/client-logger';
import * as CORE_CLIENT from '@storybook/preview-api/dist/core-client';
import * as CORE_EVENTS from '@storybook/core-events';
import * as PREVIEW_API from '@storybook/preview-api';
import * as PREVIEW_WEB from '@storybook/preview-api/dist/preview-web';
import * as STORE from '@storybook/preview-api/dist/store';
import type { globals } from './types';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api/dist/addons';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/channel-postmessage';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/channel-websocket';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/channels';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api/dist/client-api';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/client-logger';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api/dist/core-client';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/core-events';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api/dist/preview-web';

View File

@ -1,2 +0,0 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/preview-api/dist/store';

View File

@ -6941,7 +6941,7 @@ __metadata:
languageName: unknown
linkType: soft
"@storybook/preview-web@7.0.0-alpha.54, @storybook/preview-web@workspace:*, @storybook/preview-web@workspace:lib/preview-web":
"@storybook/preview-web@workspace:*, @storybook/preview-web@workspace:lib/preview-web":
version: 0.0.0-use.local
resolution: "@storybook/preview-web@workspace:lib/preview-web"
dependencies:
@ -6954,17 +6954,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/preview@workspace:lib/preview"
dependencies:
"@storybook/addons": 7.0.0-alpha.54
"@storybook/channel-postmessage": 7.0.0-alpha.54
"@storybook/channel-websocket": 7.0.0-alpha.54
"@storybook/channels": 7.0.0-alpha.54
"@storybook/client-api": 7.0.0-alpha.54
"@storybook/client-logger": 7.0.0-alpha.54
"@storybook/core-client": 7.0.0-alpha.54
"@storybook/core-events": 7.0.0-alpha.54
"@storybook/preview-api": 7.0.0-alpha.54
"@storybook/preview-web": 7.0.0-alpha.54
"@storybook/store": 7.0.0-alpha.54
typescript: ~4.6.3
languageName: unknown
linkType: soft