From 6f4da7bc99ca71307215e0b026ace79dcf6a9298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 05:05:35 +0000 Subject: [PATCH] Bump react-native from 0.70.7 to 0.71.4 Bumps [react-native](https://github.com/facebook/react-native) from 0.70.7 to 0.71.4. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/compare/v0.70.7...v0.71.4) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6fb141c..7e8d5f6 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -30,7 +30,7 @@ "localisation": "^0.0.1", "presentation": "^0.0.1", "react": "18.1.0", - "react-native": "^0.70.6", + "react-native": "^0.71.4", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.18.2", "react-redux": "^8.0.5"