Skip to content

Commit

Permalink
Merge pull request #24528 from storybookjs/norbert/remove-shims
Browse files Browse the repository at this point in the history
Build: Remove unused/deprecated packages
  • Loading branch information
ndelangen authored Oct 20, 2023
2 parents 4250ddd + 38580c5 commit ce42ba9
Show file tree
Hide file tree
Showing 81 changed files with 3 additions and 1,045 deletions.
2 changes: 0 additions & 2 deletions code/builders/builder-vite/src/optimizeDeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ const INCLUDE_CANDIDATES = [
'@storybook/addon-docs',
'@storybook/addon-essentials/docs/mdx-react-shim',
'@storybook/channels',
'@storybook/client-api',
'@storybook/client-logger',
'@storybook/core/client',
'@storybook/global',
'@storybook/preview-api',
'@storybook/preview-web',
'@storybook/react > acorn-jsx',
'@storybook/react',
'@storybook/svelte',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ const themingPath = maybeGetAbsolutePath(`@storybook/theming`);
const storybookPaths: Record<string, string> = {
...(managerAPIPath
? {
// deprecated, remove in 8.0
[`@storybook/api`]: managerAPIPath,
[`@storybook/manager-api`]: managerAPIPath,
}
: {}),
Expand Down
3 changes: 0 additions & 3 deletions code/deprecated/addons/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions code/deprecated/addons/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions code/deprecated/addons/project.json

This file was deleted.

26 changes: 0 additions & 26 deletions code/deprecated/addons/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/addons/tsconfig.json

This file was deleted.

14 changes: 0 additions & 14 deletions code/deprecated/channel-postmessage/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-postmessage/jest.config.js

This file was deleted.

63 changes: 0 additions & 63 deletions code/deprecated/channel-postmessage/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions code/deprecated/channel-postmessage/project.json

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-postmessage/src/entry.ts

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-postmessage/tsconfig.json

This file was deleted.

14 changes: 0 additions & 14 deletions code/deprecated/channel-websocket/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-websocket/jest.config.js

This file was deleted.

63 changes: 0 additions & 63 deletions code/deprecated/channel-websocket/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions code/deprecated/channel-websocket/project.json

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-websocket/src/entry.ts

This file was deleted.

7 changes: 0 additions & 7 deletions code/deprecated/channel-websocket/tsconfig.json

This file was deleted.

3 changes: 0 additions & 3 deletions code/deprecated/client-api/README.md

This file was deleted.

Loading

0 comments on commit ce42ba9

Please sign in to comment.