File tree Expand file tree Collapse file tree 3 files changed +985
-724
lines changed
Expand file tree Collapse file tree 3 files changed +985
-724
lines changed Original file line number Diff line number Diff line change 11const TsconfigPathsPlugin = require ( 'tsconfig-paths-webpack-plugin' )
22
33module . exports = {
4- stories : [ '../src/**/*.(ts|tsx|js|jsx|mdx)' ] ,
4+ stories : [ '../src/**/*.stories.@ (ts|tsx|js|jsx|mdx)' ] ,
55 addons : [
66 '@storybook/addon-a11y/register' ,
77 '@storybook/addon-storysource' ,
Original file line number Diff line number Diff line change 1212 "@looker/components" : " ^0.9.11" ,
1313 "@looker/design-tokens" : " ^0.9.10" ,
1414 "@looker/icons" : " ^0.9.7" ,
15- "@storybook/react" : " ^5.3.19 " ,
15+ "@storybook/react" : " ^6.0.16 " ,
1616 "lodash" : " ^4.17.20" ,
1717 "react" : " ^16.13.1" ,
1818 "react-storybook-addon-props-combinations" : " ^1.1.0" ,
1919 "styled-components" : " 4"
2020 },
2121 "devDependencies" : {
22- "@storybook/addon-a11y" : " ^5.3.19 " ,
23- "@storybook/addon-backgrounds" : " ^5.3.19 " ,
24- "@storybook/addon-knobs" : " ^5.3.19 " ,
25- "@storybook/addon-storysource" : " ^5.3.19 " ,
22+ "@storybook/addon-a11y" : " ^6.0.16 " ,
23+ "@storybook/addon-backgrounds" : " ^6.0.16 " ,
24+ "@storybook/addon-knobs" : " ^6.0.16 " ,
25+ "@storybook/addon-storysource" : " ^6.0.16 " ,
2626 "babel-loader" : " ^8.1.0"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments