Skip to content

Commit ec96ef2

Browse files
committed
[Dev Deps] downgrade jest to v21, since we still support node v4
1 parent cc153cc commit ec96ef2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"babel-cli": "^6.26.0",
3434
"babel-core": "^6.26.3",
3535
"babel-eslint": "^8.2.3",
36-
"babel-jest": "^22.4.4",
36+
"babel-jest": "^21.2.0",
3737
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
3838
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3939
"babel-plugin-transform-object-rest-spread": "^6.26.0",
@@ -44,10 +44,10 @@
4444
"eslint-config-airbnb-base": "^12.1.0",
4545
"eslint-plugin-flowtype": "^2.46.3",
4646
"eslint-plugin-import": "^2.12.0",
47-
"expect": "^22.4.3",
47+
"expect": "^21.2.1",
4848
"flow-bin": "^0.66.0",
4949
"in-publish": "^2.0.0",
50-
"jest": "^22.4.4",
50+
"jest": "^21.2.1",
5151
"jscodeshift": "^0.4.0",
5252
"minimist": "^1.2.0",
5353
"object.assign": "^4.1.0",
@@ -85,5 +85,11 @@
8585
"<rootDir>/__tests__/__util__"
8686
],
8787
"testEnvironment": "node"
88+
},
89+
"greenkeeper": {
90+
"ignore": [
91+
"jest",
92+
"babel-jest"
93+
]
8894
}
8995
}

0 commit comments

Comments
 (0)