From 3fce0c9856ff1bbc451f6819ff592ba8c5dc4579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:28:31 +0000 Subject: [PATCH] npm: bump react-native from 0.71.12 to 0.72.4 Bumps [react-native](https://github.com/facebook/react-native) from 0.71.12 to 0.72.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.71.12...v0.72.4) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9cee61..1693174 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^8.0.3", - "react-native": "^0.71.8", + "react-native": "^0.72.4", "react-native-builder-bob": "^0.20.3", "react-router-dom": "^6.12.0", "react-syntax-highlighter": "^15.4.5",