mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Merge pull request #19997 from storybookjs/preview-remove-reexports
This commit is contained in:
commit
4eb9971712
@ -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": {
|
||||
|
@ -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';
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api/dist/addons';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/channel-postmessage';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/channel-websocket';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/channels';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api/dist/client-api';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/client-logger';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api/dist/core-client';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/core-events';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api/dist/preview-web';
|
@ -1,2 +0,0 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/preview-api/dist/store';
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user