File tree Expand file tree Collapse file tree 3 files changed +658
-448
lines changed Expand file tree Collapse file tree 3 files changed +658
-448
lines changed Original file line number Diff line number Diff line change 1
- sudo : required
1
+ sudo : false
2
2
language : node_js
3
3
node_js :
4
4
- " 4"
5
5
- " 6"
6
- - " 7"
7
6
- " 8"
8
7
script : npm run check
Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"babel-cli" : " ^6.9.0" ,
46
46
"babel-eslint" : " ^7.0.0" ,
47
- "babel-jest" : " ^20.0.3 " ,
47
+ "babel-jest" : " ^21.2.0 " ,
48
48
"babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
49
49
"babel-plugin-transform-runtime" : " ^6.9.0" ,
50
50
"babel-preset-env" : " ^1.1.8" ,
51
51
"babel-preset-flow" : " ^6.23.0" ,
52
52
"cross-spawn" : " ^5.0.0" ,
53
53
"eslint" : " ^4.3.0" ,
54
- "flow-bin" : " ^0.53.1 " ,
55
- "jest" : " ^20.0.4 " ,
56
- "jest-diff" : " ^20.0.3 " ,
57
- "jest-matcher-utils" : " ^20.0.3 " ,
54
+ "flow-bin" : " ^0.59.0 " ,
55
+ "jest" : " ^21.2.1 " ,
56
+ "jest-diff" : " ^21.2.1 " ,
57
+ "jest-matcher-utils" : " ^21.2.1 " ,
58
58
"rimraf" : " ^2.3.2" ,
59
59
"temp" : " ^0.8.1"
60
60
},
You can’t perform that action at this time.
0 commit comments