File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 33
33
"babel-cli" : " ^6.26.0" ,
34
34
"babel-core" : " ^6.26.3" ,
35
35
"babel-eslint" : " ^8.2.3" ,
36
- "babel-jest" : " ^22.4.4 " ,
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" ,
44
44
"eslint-config-airbnb-base" : " ^12.1.0" ,
45
45
"eslint-plugin-flowtype" : " ^2.46.3" ,
46
46
"eslint-plugin-import" : " ^2.12.0" ,
47
- "expect" : " ^22.4.3 " ,
47
+ "expect" : " ^21.2.1 " ,
48
48
"flow-bin" : " ^0.66.0" ,
49
49
"in-publish" : " ^2.0.0" ,
50
- "jest" : " ^22.4.4 " ,
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