|
@@ -56,14 +56,14 @@
|
56
|
56
|
"lodash": "4.x.x",
|
57
|
57
|
"prop-types": "15.x.x",
|
58
|
58
|
"react-lifecycles-compat": "2.0.0",
|
59
|
|
- "hoist-non-react-statics": "2.x.x",
|
|
59
|
+ "hoist-non-react-statics": "2.x.x"
|
|
60
|
+ },
|
|
61
|
+ "devDependencies": {
|
60
|
62
|
"@types/react": "16.x.x",
|
61
|
63
|
"@types/react-native": "0.51.x",
|
62
|
64
|
"@types/lodash": "4.x.x",
|
63
|
65
|
"@types/react-test-renderer": "16.x.x",
|
64
|
|
- "@types/jest": "22.x.x"
|
65
|
|
- },
|
66
|
|
- "devDependencies": {
|
|
66
|
+ "@types/jest": "22.x.x",
|
67
|
67
|
"detox": "7.x.x",
|
68
|
68
|
"jest": "22.x.x",
|
69
|
69
|
"react": "16.2.0",
|