From cbb69024ba96b1e01fd9d05f4309ce025731d171 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 17:05:44 +0000 Subject: [PATCH] Update react-native requirement from 0.34.0 to 0.37.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.34.0...v0.37.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 03ad41a..1255028 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "babel-preset-react-native-stage-0": "^1.0.1", "firebase": "^3.4.0", "react": "15.3.2", - "react-native": "0.34.0", + "react-native": "0.37.0", "react-native-gifted-chat": "0.0.10", "react-native-loading-spinner-overlay": "^0.3.0" }