Fixed version of jest to 14.1.0
Reviewed By: cpojer Differential Revision: D3655343 fbshipit-source-id: 5987b0e3f247c68f9d6b70de39992da4dc0df4ed
This commit is contained in:
parent
916bc38d89
commit
1f603ffca9
|
@ -202,9 +202,9 @@
|
|||
"eslint-plugin-flow-vars": "^0.2.1",
|
||||
"eslint-plugin-react": "^4.2.1",
|
||||
"flow-bin": "^0.30.0",
|
||||
"jest": "latest",
|
||||
"jest-repl": "latest",
|
||||
"jest-runtime": "latest",
|
||||
"jest": "~14.1.0",
|
||||
"jest-repl": "~14.1.0",
|
||||
"jest-runtime": "~14.1.0",
|
||||
"mock-fs": "^3.11.0",
|
||||
"portfinder": "0.4.0",
|
||||
"react": "~15.3.0-rc.2",
|
||||
|
|
Loading…
Reference in New Issue