From 95f6f25e76765eec048988ad95db0abbef008f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:10:40 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.63.2 to 0.69.12 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.63.2 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.2...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 4b2d5e16..9483593b 100644 --- a/example/package.json +++ b/example/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "react": "16.13.1", - "react-native": "0.63.2", + "react-native": "0.69.12", "react-native-orientation-locker": "^1.1.6", "react-native-pdf": "file:../", "react-native-windows": "^0.63.11",