Bumped jest version to 22.4.1 (#4362)

* Updated jest version.
This commit is contained in:
Chad Greenburg
2018-04-27 01:04:21 -05:00
committed by Andreas Cederström
parent 0fe6fea6e4
commit 32eebfeb7f
4 changed files with 6 additions and 6 deletions

View File

@@ -16,6 +16,6 @@
"index.js"
],
"devDependencies": {
"jest": "22.1.2"
"jest": "22.4.1"
}
}

View File

@@ -62,7 +62,7 @@
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "22.1.2"
"jest": "22.4.1"
},
"scripts": {
"test": "jest"

View File

@@ -36,7 +36,7 @@
"anser": "1.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.1.0",
"babel-jest": "^22.4.1",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1",
"chalk": "^2.1.0",
@@ -50,7 +50,7 @@
"eslint-plugin-react": "7.7.0",
"flow-bin": "^0.63.1",
"html-entities": "1.2.1",
"jest": "22.1.2",
"jest": "22.4.1",
"jest-fetch-mock": "1.2.1",
"object-assign": "4.1.1",
"promise": "8.0.1",

View File

@@ -26,7 +26,7 @@
"autoprefixer": "7.2.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.1.0",
"babel-jest": "22.4.1",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-named-asset-import": "^0.1.0",
"babel-preset-react-app": "^3.1.1",
@@ -49,7 +49,7 @@
"graphql-tag": "2.6.1",
"html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0",
"jest": "22.1.2",
"jest": "22.4.1",
"loader-utils": "^1.1.0",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",