From 59eddea3907cd34a42f2145da4d3504aff357c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:01:53 +0000 Subject: [PATCH] chore(deps-dev): bump react-native from 0.70.2 to 0.70.3 Bumps [react-native](https://github.com/facebook/react-native) from 0.70.2 to 0.70.3. - [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.70.2...v0.70.3) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 062fd4abb..d18ddb3ea 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "flow-copy-source": "^2.0.9", "jest": "^29.0.3", "react": "18.1.0", - "react-native": "0.70.2", + "react-native": "0.70.3", "react-test-renderer": "18.1.0", "strip-ansi": "^6.0.0", "typescript": "^4.0.2" diff --git a/yarn.lock b/yarn.lock index c354afd9a..0ba552075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6599,10 +6599,10 @@ react-native-gradle-plugin@^0.70.3: resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8" integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A== -react-native@0.70.2: - version "0.70.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.2.tgz#d16c2b961c05d55439e8fc999825899257b18509" - integrity sha512-c0Usl1Lc4pApDI66wpHwX8SGBUqXouQ8Z8Q9gX4jBjnmO5E8Vmlv6IM0CWDqbX/tn+aKNHCBLqV5phnCqusGbw== +react-native@0.70.3: + version "0.70.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.3.tgz#a5315ce14dd3f51f9ef97827af5b0a470ade1d9c" + integrity sha512-EiJxOonyvpSWa3Eik7a6YAD6QU8lK2W9M/DDdYlpWmIlGLCd5110rIpEZjxttsyrohxlRJAYRgJ9Tx2mMXqtfw== dependencies: "@jest/create-cache-key-function" "^27.0.1" "@react-native-community/cli" "9.1.3"