From 1bdaf29b10dc1fe3e8348aa026c8d8939c504420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 15:13:28 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.59.5 to 0.59.8 Bumps [react-native](https://github.com/facebook/react-native) from 0.59.5 to 0.59.8. - [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.59.5...v0.59.8) 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 84dcdff..aca5fb0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "16.8.6", - "react-native": "0.59.5" + "react-native": "0.59.8" }, "devDependencies": { "@types/jest": "24.0.12", diff --git a/yarn.lock b/yarn.lock index 54f4610..153eb41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5008,10 +5008,10 @@ react-is@^16.8.6: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== -react-native@0.59.5: - version "0.59.5" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9" - integrity sha512-8Q/9cS6IMsGNiFhJgzmncbUeuacXQMe5EJl0c63fW30DvjEjeTVCvhM08eGzSpsNlOvL2XDRa4YOiCrwI7S1TA== +react-native@0.59.8: + version "0.59.8" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547" + integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^1.2.1"