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 1
1
{
2
- "presets" : [" env" ]
2
+ "presets" : [
3
+ [" @babel/env" ]
4
+ ]
3
5
}
Original file line number Diff line number Diff line change 14
14
"test:dev" : " jest --watchAll"
15
15
},
16
16
"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 "
28
28
},
29
29
"dependencies" : {
30
- "hastscript" : " ^3.1 .0"
30
+ "hastscript" : " ^5.0 .0"
31
31
},
32
32
"files" : [
33
33
" dist"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
10
10
plugins : [
11
11
babel ( {
12
12
presets : [
13
- [ 'env' , { modules : false } ] ,
13
+ [ '@babel/preset- env' , { modules : false } ] ,
14
14
] ,
15
15
babelrc : false ,
16
16
} ) ,
Original file line number Diff line number Diff line change 33
33
"width" : 230 ,
34
34
"height" : 120 ,
35
35
"xmlns" : " http://www.w3.org/2000/svg" ,
36
- "xmlns:xlink " : " http://www.w3.org/1999/xlink"
36
+ "xmlnsXLink " : " http://www.w3.org/1999/xlink"
37
37
},
38
38
"children" : [
39
39
{
You can’t perform that action at this time.
0 commit comments