File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " 10"
4
+ - " 9"
3
5
- " 8"
4
6
- " 7"
5
7
- " 6"
@@ -27,5 +29,6 @@ matrix:
27
29
- node_js : " node"
28
30
env : LINT=true TEST=false
29
31
allow_failures :
32
+ - node_js : " 9"
30
33
- node_js : " 7"
31
34
- node_js : " 5"
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"babel-cli" : " ^6.26.0" ,
34
- "babel-core" : " ^6.26.0 " ,
35
- "babel-eslint" : " ^8.2.1 " ,
36
- "babel-jest" : " ^22 .2.2 " ,
34
+ "babel-core" : " ^6.26.3 " ,
35
+ "babel-eslint" : " ^8.2.3 " ,
36
+ "babel-jest" : " ^21 .2.0 " ,
37
37
"babel-plugin-transform-es2015-template-literals" : " ^6.22.0" ,
38
38
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
39
39
"babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
40
40
"babel-polyfill" : " ^6.26.0" ,
41
41
"babel-preset-es2015" : " ^6.24.1" ,
42
- "coveralls" : " ^3.0.0 " ,
43
- "eslint" : " ^4.18.0 " ,
42
+ "coveralls" : " ^3.0.1 " ,
43
+ "eslint" : " ^4.19.1 " ,
44
44
"eslint-config-airbnb-base" : " ^12.1.0" ,
45
- "eslint-plugin-flowtype" : " ^2.44.0 " ,
46
- "eslint-plugin-import" : " ^2.8 .0" ,
47
- "expect" : " ^22.3.0 " ,
45
+ "eslint-plugin-flowtype" : " ^2.46.3 " ,
46
+ "eslint-plugin-import" : " ^2.12 .0" ,
47
+ "expect" : " ^21.2.1 " ,
48
48
"flow-bin" : " ^0.66.0" ,
49
49
"in-publish" : " ^2.0.0" ,
50
- "jest" : " ^22.3.0 " ,
50
+ "jest" : " ^21.2.1 " ,
51
51
"jscodeshift" : " ^0.4.0" ,
52
52
"minimist" : " ^1.2.0" ,
53
53
"object.assign" : " ^4.1.0" ,
85
85
" <rootDir>/__tests__/__util__"
86
86
],
87
87
"testEnvironment" : " node"
88
+ },
89
+ "greenkeeper" : {
90
+ "ignore" : [
91
+ " jest" ,
92
+ " babel-jest"
93
+ ]
88
94
}
89
95
}
You can’t perform that action at this time.
0 commit comments