File tree Expand file tree Collapse file tree 3 files changed +1270
-917
lines changed Expand file tree Collapse file tree 3 files changed +1270
-917
lines changed Original file line number Diff line number Diff line change 1
1
import 'storybook-addon-material-ui/register' ;
2
- // import '@storybook/addon-actions/register';
3
- // import '@storybook/addon-links/register';
2
+ import '@storybook/addon-actions/register' ;
3
+ import '@storybook/addon-links/register' ;
Original file line number Diff line number Diff line change 13
13
"build" : " react-scripts build" ,
14
14
"test" : " react-scripts test --env=jsdom" ,
15
15
"eject" : " react-scripts eject" ,
16
- "storybook" : " start-storybook -p 9009 -s public" ,
16
+ "storybook" : " start-storybook -p 9001 -s public" ,
17
17
"build-storybook" : " build-storybook -s public"
18
18
},
19
19
"devDependencies" : {
20
20
"@babel/core" : " ^7.0.0" ,
21
- "@storybook/addon-actions" : " 4.0.0-alpha.21 " ,
22
- "@storybook/addon-links" : " 4.0.0-alpha.21 " ,
23
- "@storybook/addons" : " 4.0.0-alpha.21 " ,
24
- "@storybook/react" : " 4.0.0-alpha.21 " ,
21
+ "@storybook/addon-actions" : " 4.0.9 " ,
22
+ "@storybook/addon-links" : " 4.0.9 " ,
23
+ "@storybook/addons" : " 4.0.9 " ,
24
+ "@storybook/react" : " 4.0.9 " ,
25
25
"babel-loader" : " ^8.0.2" ,
26
- "storybook-addon-material-ui" : " 0.9.0-alpha.14 "
26
+ "storybook-addon-material-ui" : " 0.9.0-alpha.16 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments