addon-styling-webpack icon indicating copy to clipboard operation
addon-styling-webpack copied to clipboard

Support Storybook 10

Open visuallization opened this issue 4 months ago • 1 comments

Hey there,

Storybook 10 has been released and the migration assistant throws the following warning:

❯ npx storybook@latest upgrade

/.storybook: 1 issue found
│
│  Incompatible Packages
│
│  You are currently using Storybook 10.0.1 but you have packages which are
│  incompatible with it:
│
│  - @storybook/[email protected] which depends on ^9.0.0
│
│  Please consider updating your packages or contacting the maintainers for
│  compatibility details.
│
│  For more on Storybook 9 compatibility, see the linked GitHub issue:
│  https://github.com/storybookjs/storybook/issues/30944

Is there a chance that this will be fixed? Or is a change needed in storybook itself?

visuallization avatar Oct 29 '25 16:10 visuallization

#33

I created a pull request for it.

MaxLikesCode avatar Nov 05 '25 13:11 MaxLikesCode