From 2d29b5a91b42ba6f7e09733a9ea646d9fb8e3877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 11:57:25 +0000 Subject: [PATCH] chore(deps-dev): bump react-native from 0.64.0-rc.4 to 0.64.1 Bumps [react-native](https://github.com/facebook/react-native) from 0.64.0-rc.4 to 0.64.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.64.0-rc.4...v0.64.1) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6e7f7cf2b..7f74066f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7664,9 +7664,9 @@ react-native-codegen@^0.0.6: nullthrows "^1.1.1" react-native@^0.64.0-rc.1: - version "0.64.0-rc.4" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0-rc.4.tgz#e8d7c98e4659c7cf9214b1a3f67814d034e00414" - integrity sha512-lmEzO71jGHt/7gzp12JjmivKzzVGZa5KevDea54h8ZsCKZylfacOugrrN+2gFeuXesMh5Tqp11iqltk5ZkuvCg== + version "0.64.1" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.1.tgz#cd38f5b47b085549686f34eb0c9dcd466f307635" + integrity sha512-jvSj+hNAfwvhaSmxd5KHJ5HidtG0pDXzoH6DaqNpU74g3CmAiA8vuk58B5yx/DYuffGq6PeMniAcwuh3Xp4biQ== dependencies: "@jest/create-cache-key-function" "^26.5.0" "@react-native-community/cli" "^5.0.1-alpha.0"