From fcfa1e37c532fbc43bec329c7da25efdbf25214d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:08:42 +0000 Subject: [PATCH] build(deps): bump react-native from 0.66.0 to 0.68.6 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.66.0 to 0.68.6. - [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.66.0...v0.68.6) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production update-type: version-update:semver-minor ... 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 739ffde61..cb36243f7 100644 --- a/example/package.json +++ b/example/package.json @@ -30,7 +30,7 @@ "moment": "^2.24.0", "prop-types": "^15.7.2", "react": "17.0.2", - "react-native": "0.66.0", + "react-native": "0.68.6", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "^1.6.1", "react-native-safe-area-context": "^3.1.9",