Update Jest + jest-haste-map

Reviewed By: matryoshcow

Differential Revision: D4149694

fbshipit-source-id: 4f8378c419ddc7978e05dfcf2112e833775391be
This commit is contained in:
Christoph Pojer
2016-11-10 06:15:23 -08:00
committed by Facebook Github Bot
parent edf975d903
commit 2382ffe9bc
4 changed files with 15 additions and 98 deletions

View File

@@ -12,7 +12,9 @@
},
"jest": {
"automock": true,
"scriptPreprocessor": "jest/preprocessor.js",
"transform": {
".*": "jest/preprocessor.js"
},
"setupFiles": [
"jest/setup.js"
],
@@ -170,7 +172,7 @@
"immutable": "~3.7.6",
"imurmurhash": "^0.1.4",
"inquirer": "^0.12.0",
"jest-haste-map": "15.0.1",
"jest-haste-map": "^17.0.0",
"joi": "^6.6.1",
"json-stable-stringify": "^1.0.1",
"json5": "^0.4.0",
@@ -221,9 +223,9 @@
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.34.0",
"graphql": "0.6.2",
"jest": "16.0.1",
"jest-repl": "16.0.0",
"jest-runtime": "16.0.0",
"jest": "^17.0.0",
"jest-repl": "^17.0.0",
"jest-runtime": "^17.0.0",
"mock-fs": "^3.11.0",
"opener": "1.4.2",
"portfinder": "0.4.0",