From 236202fe9b4966e573fa0d6f70afae70926649b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:25:14 +0000 Subject: [PATCH] build(deps): bump react-native from 0.66.0 to 0.68.2 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.66.0 to 0.68.2. - [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.2) --- 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..680cfe057 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.2", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "^1.6.1", "react-native-safe-area-context": "^3.1.9",