From 0cc438e12c043d7ea1ba8a23b0479fae3d3303cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:31:47 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.63.4 to 0.69.12 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.69.12. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-070.md) - [Commits](https://github.com/facebook/react-native/compare/v0.63.4...v0.69.12) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 5fd3ce8..65bb773 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "16.13.1", - "react-native": "0.63.4" + "react-native": "0.69.12" }, "devDependencies": { "@babel/core": "^7.12.10",