mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
fix
This commit is contained in:
parent
8d4f43e61e
commit
2a2e696315
@ -49,7 +49,7 @@ export default {
|
||||
subEntry !== 'metafile' ? `${pkgName} - ${subEntry}` : pkgName,
|
||||
];
|
||||
})
|
||||
.concat([['core - core', '@storybook/core - core - TOO BIG PLEASE UPLOAD MANUALLY']])
|
||||
.concat([['core - core', 'core - TOO BIG PLEASE UPLOAD MANUALLY']])
|
||||
),
|
||||
},
|
||||
},
|
||||
|
@ -21,7 +21,7 @@ export default {
|
||||
'@storybook/addon-viewport': '8.6.0-beta.4',
|
||||
'@storybook/builder-vite': '8.6.0-beta.4',
|
||||
'@storybook/builder-webpack5': '8.6.0-beta.4',
|
||||
'@storybook/core': '8.6.0-beta.4',
|
||||
storybook: '8.6.0-beta.4',
|
||||
'@storybook/builder-manager': '8.6.0-beta.4',
|
||||
'@storybook/channels': '8.6.0-beta.4',
|
||||
'@storybook/client-logger': '8.6.0-beta.4',
|
||||
@ -60,7 +60,6 @@ export default {
|
||||
'@storybook/web-components-vite': '8.6.0-beta.4',
|
||||
'@storybook/web-components-webpack5': '8.6.0-beta.4',
|
||||
'@storybook/blocks': '8.6.0-beta.4',
|
||||
storybook: '8.6.0-beta.4',
|
||||
sb: '8.6.0-beta.4',
|
||||
'@storybook/cli': '8.6.0-beta.4',
|
||||
'@storybook/codemod': '8.6.0-beta.4',
|
||||
|
@ -513,43 +513,6 @@ export default {
|
||||
'useStorybookApi',
|
||||
'useStorybookState',
|
||||
],
|
||||
'@storybook/core/manager-api': [
|
||||
'ActiveTabs',
|
||||
'Consumer',
|
||||
'ManagerContext',
|
||||
'Provider',
|
||||
'RequestResponseError',
|
||||
'addons',
|
||||
'combineParameters',
|
||||
'controlOrMetaKey',
|
||||
'controlOrMetaSymbol',
|
||||
'eventMatchesShortcut',
|
||||
'eventToShortcut',
|
||||
'experimental_MockUniversalStore',
|
||||
'experimental_UniversalStore',
|
||||
'experimental_requestResponse',
|
||||
'experimental_useUniversalStore',
|
||||
'isMacLike',
|
||||
'isShortcutTaken',
|
||||
'keyToSymbol',
|
||||
'merge',
|
||||
'mockChannel',
|
||||
'optionOrAltSymbol',
|
||||
'shortcutMatchesShortcut',
|
||||
'shortcutToHumanString',
|
||||
'types',
|
||||
'useAddonState',
|
||||
'useArgTypes',
|
||||
'useArgs',
|
||||
'useChannel',
|
||||
'useGlobalTypes',
|
||||
'useGlobals',
|
||||
'useParameter',
|
||||
'useSharedState',
|
||||
'useStoryPrepared',
|
||||
'useStorybookApi',
|
||||
'useStorybookState',
|
||||
],
|
||||
'storybook/internal/router': [
|
||||
'BaseLocationProvider',
|
||||
'DEEPLY_EQUAL',
|
||||
@ -652,14 +615,6 @@ export default {
|
||||
'WebsocketTransport',
|
||||
'createBrowserChannel',
|
||||
],
|
||||
'@storybook/core/channels': [
|
||||
'Channel',
|
||||
'HEARTBEAT_INTERVAL',
|
||||
'HEARTBEAT_MAX_LATENCY',
|
||||
'PostMessageTransport',
|
||||
'WebsocketTransport',
|
||||
'createBrowserChannel',
|
||||
],
|
||||
'storybook/internal/core-errors': [
|
||||
'ARGTYPES_INFO_REQUEST',
|
||||
'ARGTYPES_INFO_RESPONSE',
|
||||
|
Loading…
x
Reference in New Issue
Block a user