chore: updated to latested storybook v7 stable version

This commit is contained in:
akhilmhdh
2023-06-24 23:25:55 +05:30
parent 0ef4ac1cdc
commit 611fae785a
3 changed files with 4513 additions and 3464 deletions

View File

@@ -6,7 +6,14 @@ module.exports = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'storybook-dark-mode',
'@storybook/addon-postcss'
{
name: '@storybook/addon-styling',
options: {
postCss: {
implementation: require('postcss')
}
}
}
],
framework: {
name: '@storybook/nextjs',