File tree Expand file tree Collapse file tree 5 files changed +2192
-1751
lines changed
Expand file tree Collapse file tree 5 files changed +2192
-1751
lines changed Original file line number Diff line number Diff line change 11{
2- "presets" : [" env" ]
2+ "presets" : [
3+ [" @babel/env" ]
4+ ]
35}
Original file line number Diff line number Diff line change 1414 "test:dev" : " jest --watchAll"
1515 },
1616 "devDependencies" : {
17- "babel- core" : " ^6.26.3 " ,
18- "babel-eslint " : " ^8.2.3 " ,
19- "babel-jest " : " ^23 .0.1 " ,
20- "babel-preset-env " : " ^1.7 .0" ,
21- "eslint" : " ^4.19.1 " ,
22- "eslint-config-airbnb-base" : " ^12.1 .0" ,
23- "eslint-plugin-import" : " ^2.12 .0" ,
24- "glob" : " ^7.1.2 " ,
25- "jest-cli" : " ^23.1 .0" ,
26- "rollup" : " ^0.59.4 " ,
27- "rollup-plugin-babel" : " ^3 .0.4 "
17+ "@ babel/ core" : " ^7.0.0 " ,
18+ "@ babel/preset-env " : " ^7.0.0 " ,
19+ "babel-eslint " : " ^10 .0.0 " ,
20+ "babel-jest " : " ^24.0 .0" ,
21+ "eslint" : " ^5.0.0 " ,
22+ "eslint-config-airbnb-base" : " ^13.0 .0" ,
23+ "eslint-plugin-import" : " ^2.0 .0" ,
24+ "glob" : " ^7.0.0 " ,
25+ "jest-cli" : " ^24.0 .0" ,
26+ "rollup" : " ^1.0.0 " ,
27+ "rollup-plugin-babel" : " ^4 .0.1 "
2828 },
2929 "dependencies" : {
30- "hastscript" : " ^3.1 .0"
30+ "hastscript" : " ^5.0 .0"
3131 },
3232 "files" : [
3333 " dist"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
1010 plugins : [
1111 babel ( {
1212 presets : [
13- [ 'env' , { modules : false } ] ,
13+ [ '@babel/preset- env' , { modules : false } ] ,
1414 ] ,
1515 babelrc : false ,
1616 } ) ,
Original file line number Diff line number Diff line change 3333 "width" : 230 ,
3434 "height" : 120 ,
3535 "xmlns" : " http://www.w3.org/2000/svg" ,
36- "xmlns:xlink " : " http://www.w3.org/1999/xlink"
36+ "xmlnsXLink " : " http://www.w3.org/1999/xlink"
3737 },
3838 "children" : [
3939 {
You can’t perform that action at this time.
0 commit comments