-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update storybook up to v8 #180
Conversation
Preview is ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you use npx storybook@latest upgrade
?
@@ -12,6 +12,7 @@ const config: StorybookConfig = { | |||
'@storybook/preset-scss', | |||
{name: '@storybook/addon-essentials', options: {backgrounds: false}}, | |||
'./theme-addon/register.tsx', | |||
'@storybook/addon-webpack5-compiler-babel', | |||
], | |||
|
|||
webpackFinal: (storybookBaseConfig) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need these config changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fastRefresh
option is removed.
package.json
Outdated
"@storybook/theming": "^7.6.12", | ||
"@storybook/react": "8.0.5", | ||
"@storybook/react-webpack5": "8.0.5", | ||
"@storybook/theming": "8.0.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
storybook
package is absent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
start
and build-storybook
scripts should be updated.
2c51c36
to
1c6449c
Compare
updated up to 8.0.6 |
1c6449c
to
db8e57e
Compare
No description provided.