Bump versions of react-native, react, jest

This commit is contained in:
Eric Vicenti
2018-12-12 08:14:53 -08:00
parent 3cacbd3e0e
commit d17e61d379
3 changed files with 1166 additions and 689 deletions

View File

@@ -52,13 +52,13 @@
"eslint-config-satya164": "^1.0.1",
"eslint-plugin-react-native-globals": "^0.1.0",
"husky": "^0.14.3",
"jest": "^22.1.3",
"jest": "^23.6.0",
"prettier": "^1.8.2",
"react": "16.3.1",
"react": "16.6.3",
"react-dom": "16.3.1",
"react-native": "~0.55.4",
"react-native": "^0.57.7",
"react-navigation": "^2.11.2",
"react-test-renderer": "16.3.1",
"react-test-renderer": "16.6.0-alpha.8af6728",
"release-it": "^7.6.1"
},
"peerDependencies": {
@@ -88,8 +88,8 @@
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"react-native-safe-area-view": "^0.11.0",
"react-native-gesture-handler": "^1.0.0",
"react-native-safe-area-view": "^0.11.0",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
}
}

View File

@@ -8,6 +8,12 @@ Object {
"You should only render one navigator explicitly in your app, and other navigators should be rendered by including them in that navigator. Full details at: https://reactnavigation.org/docs/common-mistakes.html#explicitly-rendering-more-than-one-navigator",
],
],
"results": Array [
Object {
"isThrow": false,
"value": undefined,
},
],
},
}
`;

File diff suppressed because it is too large Load Diff