File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
"plugins" : [
14
14
" @babel/plugin-proposal-class-properties" ,
15
15
" @babel/plugin-transform-async-to-generator" ,
16
- " @babel/plugin-transform-runtime"
16
+ " @babel/plugin-transform-runtime" ,
17
+ " @babel/plugin-transform-template-literals"
17
18
]
18
19
}
Original file line number Diff line number Diff line change 51
51
"uuid" : " ^3.3.2"
52
52
},
53
53
"devDependencies" : {
54
- "@babel/plugin-proposal-class-properties" : " ^7.1.0" ,
55
- "babel-loader" : " ^8.0.4" ,
56
54
"@babel/cli" : " 7.1.2" ,
57
55
"@babel/core" : " ^7.1.2" ,
56
+ "@babel/plugin-proposal-class-properties" : " ^7.1.0" ,
58
57
"@babel/plugin-transform-async-to-generator" : " 7.1.0" ,
59
58
"@babel/plugin-transform-runtime" : " 7.1.0" ,
59
+ "@babel/plugin-transform-template-literals" : " ^7.2.0" ,
60
60
"@babel/preset-env" : " 7.1.0" ,
61
61
"@babel/preset-react" : " 7.0.0" ,
62
62
"@storybook/addon-info" : " 4.1.3" ,
69
69
"babel-core" : " ^7.0.0-0" ,
70
70
"babel-eslint" : " ^10.0.1" ,
71
71
"babel-jest" : " ^23.6.0" ,
72
+ "babel-loader" : " ^8.0.4" ,
72
73
"chai" : " ^4.2.0" ,
73
74
"chai-enzyme" : " ^1.0.0-beta.1" ,
74
75
"codecov.io" : " ^0.1.6" ,
You can’t perform that action at this time.
0 commit comments