Improve consistency of jest version

Hopefully will fix build on Circle
This commit is contained in:
Eric Vicenti
2018-03-16 16:21:17 -07:00
parent 191439f79a
commit aee16b91a4
6 changed files with 325 additions and 699 deletions

View File

@@ -31,8 +31,8 @@
"redux": "^3.7.2"
},
"devDependencies": {
"babel-jest": "^21.0.0",
"jest": "^21.0.1",
"babel-jest": "^22.4.1",
"jest": "^22.1.3",
"jest-expo": "^25.1.0",
"react-native-scripts": "^1.3.1",
"react-test-renderer": "16.0.0"