From 76c220b557cfb1c71fcbe5065366517a0f88e650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 03:45:05 +0000 Subject: [PATCH] Bump react-native from 0.64.0 to 0.64.1 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.64.0 to 0.64.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.64.0...v0.64.1) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 61347d5..2788930 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "react": "17.0.1", - "react-native": "0.64.0", + "react-native": "0.64.1", "react-native-syan-image-picker": "^0.4.11" }, "devDependencies": { diff --git a/example/yarn.lock b/example/yarn.lock index 215f6c2..8313e41 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5195,10 +5195,10 @@ react-native-syan-image-picker@^0.4.11: resolved "https://registry.npmjs.org/react-native-syan-image-picker/-/react-native-syan-image-picker-0.4.11.tgz#1186368fd23a73f38852384943a534d00f41033f" integrity sha512-kRtdkVTglsudpfcmN1DupVGvmt/b0nrowqWEf4j6A3xPb+gRlzG2AmepulKcqtCchOwcQCavIfDn9/EQ3WvQaw== -react-native@0.64.0: - version "0.64.0" - resolved "https://registry.npmjs.org/react-native/-/react-native-0.64.0.tgz#c3bde5b638bf8bcf12bae6e094930d39cb942ab7" - integrity sha512-8dhSHBthgGwAjU+OjqUEA49229ThPMQH7URH0u8L0xoQFCnZO2sZ9Wc6KcbxI0x9KSmjCMFFZqRe3w3QsRv64g== +react-native@0.64.1: + 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"