From a288aa6fbcfaf42baaeb2618a69dae6c2071b186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:20:44 +0000 Subject: [PATCH] Bump react-native from 0.64.3 to 0.70.0 Bumps [react-native](https://github.com/facebook/react-native) from 0.64.3 to 0.70.0. - [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.64.3...v0.70.0) --- 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 3b0c13c..40d31f3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@typescript-eslint/parser": "^5.5.0", "eslint": "^8.3.0", "react": "^17.0.2", - "react-native": "^0.64.0", + "react-native": "^0.70.0", "typescript": "^4.2.4" } }