File tree 3 files changed +720
-881
lines changed
3 files changed +720
-881
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
- " es2015" ,
4
- " stage-1"
3
+ [" env" , {
4
+ "targets" : {
5
+ "node" : 4
6
+ }
7
+ }],
8
+ " flow"
5
9
],
6
10
"plugins" : [
7
- " syntax-flow" ,
8
- " transform-flow-strip-types" ,
11
+ " transform-object-rest-spread" ,
9
12
" transform-runtime"
10
13
]
11
14
}
Original file line number Diff line number Diff line change 28
28
"author" : " Felix Kling" ,
29
29
"license" : " BSD-3-Clause" ,
30
30
"dependencies" : {
31
- "async" : " ^1.4.2 " ,
31
+ "async" : " ^2. 1.4" ,
32
32
"babel-runtime" : " ^6.9.2" ,
33
33
"babylon" : " ~5.8.3" ,
34
34
"commander" : " ^2.9.0" ,
39
39
"devDependencies" : {
40
40
"babel-cli" : " ^6.9.0" ,
41
41
"babel-eslint" : " ^7.0.0" ,
42
- "babel-jest" : " ^17.0.2" ,
43
- "babel-plugin-syntax-flow" : " ^6.8.0" ,
44
- "babel-plugin-transform-flow-strip-types" : " ^6.8.0" ,
42
+ "babel-jest" : " ^18.0.0" ,
43
+ "babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
45
44
"babel-plugin-transform-runtime" : " ^6.9.0" ,
46
- "babel-preset-es2015 " : " ^6.9.0 " ,
47
- "babel-preset-stage-1 " : " ^6.5 .0" ,
45
+ "babel-preset-env " : " ^1.1.8 " ,
46
+ "babel-preset-flow " : " ^6.23 .0" ,
48
47
"cross-spawn" : " ^5.0.0" ,
49
48
"eslint" : " ^3.2.2" ,
50
- "flow-bin" : " ^0.37 .0" ,
51
- "jest" : " ^17.0.3 " ,
49
+ "flow-bin" : " ^0.39 .0" ,
50
+ "jest" : " ^18.1.0 " ,
52
51
"rimraf" : " ^2.3.2" ,
53
52
"temp" : " ^0.8.1"
54
53
},
55
54
"jest" : {
56
- "setupTestFrameworkScriptFile" : " tests/setupTestFramework.js" ,
55
+ "setupTestFrameworkScriptFile" : " <rootDir>/ tests/setupTestFramework.js" ,
57
56
"testPathDirs" : [
58
57
" bin" ,
59
58
" src"
You can’t perform that action at this time.
0 commit comments