From 6f79bd2b84d69539af3cf81a0689ff13e0a74df4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 21:36:30 +0000 Subject: [PATCH] Update react-native requirement from ~0.55.4 to ~0.61.0 Updates the requirements on [react-native](https://github.com/facebook/react-native) to permit the latest version. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.55.4...v0.61.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e010142..819fed4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "rc-tools": "6.x", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-native": "~0.55.4", + "react-native": "~0.61.0", "react-native-index-page": "~0.2.0", "react-navigation": "1.0.0-beta.12" },