addon-styling-webpack
addon-styling-webpack copied to clipboard
Support Storybook 10
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?
#33
I created a pull request for it.