Skip to content

Commit

Permalink
Upgrade storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyroeller committed Apr 3, 2024
1 parent b39d25b commit 39da1f9
Show file tree
Hide file tree
Showing 3 changed files with 55,544 additions and 70,278 deletions.
25 changes: 15 additions & 10 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@ const injectEnv = definitions => {
};

module.exports = {
core: {
builder: 'webpack5',
},
stories: ['./stories/*.stories.tsx'],
addons: [
stories: ['./stories/*.stories.tsx'],

Check failure on line 41 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`

addons: [

Check failure on line 43 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
'@storybook/preset-create-react-app',
'@storybook/addon-actions',
'@storybook/addon-docs',
'@storybook/addon-links',
'@storybook/addon-controls',
'@storybook/addon-toolbars',
],
typescript: {

typescript: {

Check failure on line 51 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
reactDocgen: 'none',
},
// See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#emotion11-quasi-compatibility
features: {

// See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#emotion11-quasi-compatibility

Check failure on line 55 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
features: {

Check failure on line 56 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
emotionAlias: false,
},
webpackFinal: config => {

webpackFinal: config => {

Check failure on line 60 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
return {
...config,
performance: {
Expand Down Expand Up @@ -88,4 +88,9 @@ module.exports = {
}),
};
},

framework: {

Check failure on line 92 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
name: '@storybook/react-webpack5',

Check failure on line 93 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `········` with `↹↹`
options: {}

Check failure on line 94 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `········options:·{}` with `↹↹options:·{},`
},

Check failure on line 95 in .storybook/main.js

View workflow job for this annotation

GitHub Actions / deploy-storybook

Replace `····` with `↹`
};
Loading

0 comments on commit 39da1f9

Please sign in to comment.