File tree Expand file tree Collapse file tree 3 files changed +1321
-1166
lines changed Expand file tree Collapse file tree 3 files changed +1321
-1166
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 stories : [ '../stories/**/*.stories.tsx' ] ,
33 addons : [ '@storybook/addon-knobs' , '@storybook/addon-storysource' ] ,
4+ babel : async options => ( {
5+ ...options ,
6+ plugins : options . plugins . concat ( '@babel/plugin-proposal-class-properties' ) ,
7+ } ) ,
48} ;
Original file line number Diff line number Diff line change 4141 },
4242 "devDependencies" : {
4343 "@babel/core" : " 7.13.10" ,
44- "@storybook/addon-knobs" : " 6.2.9" ,
45- "@storybook/addon-storysource" : " 6.2.9" ,
46- "@storybook/addons" : " 6.2.9" ,
47- "@storybook/react" : " 6.2.9" ,
44+ "@babel/plugin-proposal-class-properties" : " 7.13.0" ,
45+ "@storybook/addon-knobs" : " 6.3.0" ,
46+ "@storybook/addon-storysource" : " 6.3.1" ,
47+ "@storybook/addons" : " 6.3.1" ,
48+ "@storybook/react" : " 6.3.1" ,
4849 "@testing-library/jest-dom" : " 5.12.0" ,
4950 "@testing-library/react" : " 11.2.7" ,
5051 "@testing-library/user-event" : " 13.1.9" ,
7778 "semantic-ui-react" : " >=0.75.0"
7879 },
7980 "resolutions" : {
81+ "@babel/plugin-proposal-class-properties" : " 7.13.0" ,
8082 "handlebars" : " 4.5.0"
8183 },
8284 "jest" : {
You can’t perform that action at this time.
0 commit comments