File tree 3 files changed +3536
-2338
lines changed
3 files changed +3536
-2338
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" env" ],
2
+ "presets" : [
3
+ " @babel/preset-env" ,
4
+ " @babel/preset-flow"
5
+ ],
3
6
"plugins" : [
4
- " transform-object-rest-spread" ,
5
- " transform-runtime" ,
6
- " transform-flow-strip-types"
7
+ " @babel/plugin-proposal-object-rest-spread" ,
8
+ " @babel/plugin-transform-flow-strip-types"
7
9
]
8
10
}
Original file line number Diff line number Diff line change 32
32
},
33
33
"homepage" : " https://github.com/alexkuz/react-base16-styling#readme" ,
34
34
"devDependencies" : {
35
- "ava" : " ^0.24.0" ,
36
- "babel-cli" : " ^6.6.5" ,
37
- "babel-core" : " ^6.7.4" ,
38
- "babel-eslint" : " ^8.0.3" ,
39
- "babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
40
- "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
41
- "babel-plugin-transform-runtime" : " ^6.6.0" ,
42
- "babel-preset-env" : " ^1.6.1" ,
35
+ "@ava/babel" : " ^1.0.1" ,
36
+ "@babel/cli" : " ^7.0.0" ,
37
+ "@babel/core" : " ^7.0.0" ,
38
+ "@babel/plugin-proposal-object-rest-spread" : " ^7.0.0" ,
39
+ "@babel/plugin-transform-flow-strip-types" : " ^7.0.0" ,
40
+ "@babel/preset-env" : " ^7.0.0" ,
41
+ "@babel/preset-flow" : " ^7.0.0" ,
42
+ "@babel/register" : " ^7.10.5" ,
43
+ "ava" : " ^3.11.1" ,
44
+ "babel-eslint" : " ^9.0.0" ,
43
45
"eslint" : " ^4.13.1" ,
44
46
"eslint-plugin-babel" : " ^4.1.0" ,
45
47
"eslint-plugin-flowtype" : " ^2.30.0" ,
57
59
" test"
58
60
],
59
61
"ava" : {
62
+ "babel" : true ,
60
63
"require" : [
61
- " babel-register"
62
- ],
63
- "babel" : " inherit"
64
+ " @babel/register"
65
+ ]
64
66
}
65
67
}
You can’t perform that action at this time.
0 commit comments