|
1 | 1 | 🩺 The doctor is checking the health of your Storybook..
|
2 |
| -╭ Duplicated dependencies found ─────────────────────────────────────────────────────────────────────────╮ |
3 |
| -│ │ |
4 |
| -│ Attention: The following dependencies are duplicated which might cause unexpected behavior: │ |
5 |
| -│ @storybook/preview-api: │ |
6 |
| -│ 8.2.6, 8.2.9 │ |
7 |
| -│ │ |
8 |
| -│ │ |
9 |
| -│ Please try de-duplicating these dependencies by running pnpm dedupe │ |
10 |
| -│ │ |
11 |
| -│ │ |
12 |
| -│ You can find more information for a given dependency by running pnpm list --depth=1 <package-name> │ |
13 |
| -│ │ |
14 |
| -╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
| 2 | +╭ Incompatible packages found ─────────────────────────────────────────────────────────────────────────────────╮ |
| 3 | +│ │ |
| 4 | +│ You are currently using Storybook 9.0.9 but you have packages which are incompatible with it: │ |
| 5 | +│ - @chromatic-com/ [email protected] which depends on ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 │ |
| 6 | +│ - @storybook/ [email protected] which depends on 8.6.14 │ |
| 7 | +│ Repo: https://github.com/storybookjs/storybook/tree/next/code/addons/interactions │ |
| 8 | +│ - @storybook/ [email protected] which depends on ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 │ |
| 9 | +│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/core-server │ |
| 10 | +│ - @storybook/ [email protected] which depends on ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 │ |
| 11 | +│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/manager-api │ |
| 12 | +│ - @storybook/ [email protected] which depends on 8.6.14 │ |
| 13 | +│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/test │ |
| 14 | +│ - @storybook/ [email protected] which depends on ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 │ |
| 15 | +│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/theming │ |
| 16 | +│ - [email protected] which depends on 7.x.x || 8.x.x │ |
| 17 | +│ Repo: https://github.com/eliasm307/storybook-addon-deep-controls#readme │ |
| 18 | +│ │ |
| 19 | +│ │ |
| 20 | +│ Please consider updating your packages or contacting the maintainers for compatibility details. │ |
| 21 | +│ For more on Storybook 9 compatibility, see the linked GitHub issue: │ |
| 22 | +│ https://github.com/storybookjs/storybook/issues/30944 │ |
| 23 | +│ │ |
| 24 | +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
15 | 25 |
|
16 | 26 | You can always recheck the health of your project by running:
|
17 | 27 | npx storybook doctor
|
|
0 commit comments