mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Update Jest + jest-haste-map
Reviewed By: matryoshcow Differential Revision: D4149694 fbshipit-source-id: 4f8378c419ddc7978e05dfcf2112e833775391be
This commit is contained in:
committed by
Facebook Github Bot
parent
edf975d903
commit
2382ffe9bc
12
package.json
12
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user