From 070520beea7b909f45637eaa6e1ffa9cf8741b39 Mon Sep 17 00:00:00 2001 From: "glevi@fb.com" Date: Thu, 24 Oct 2019 15:07:09 -0700 Subject: [PATCH] Deploy v0.110.1 to xplat/js Summary: Used `yarn` to update all of them except `react-native-github`. That one I did by hand. Sandcastle will let me know if I screwed it up too badly. ## Changelog: [General] [Internal] - Upgrade `flow-bin` from 0.110.0 to 0.110.1 (Note: this ignores all push blocking failures!) Reviewed By: mroch Differential Revision: D18108512 fbshipit-source-id: a04b38f0fd4ec3a4008d7c61c23fa01eaaf8a8e4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9c692157e05..90bd3009a8e 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.6.0", "eslint-plugin-relay": "1.3.12", - "flow-bin": "^0.110.0", + "flow-bin": "^0.110.1", "flow-remove-types": "1.2.3", "jest": "^24.8.0", "jest-junit": "^6.3.0", diff --git a/yarn.lock b/yarn.lock index b7f114990e0..320ff2c5778 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3186,10 +3186,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.110.0: - version "0.110.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.110.0.tgz#c6c140e239f662839d8f61b64b7b911f12d3306c" - integrity sha512-mmdEPEMoTuX+mguy/tjRlOlCtPfVdXZQeMgCAsEDVDgWMA5vwWhM2y653OcJiKX38t4gtZ2e/MNVo0qzyYeZDQ== +flow-bin@^0.110.1: + version "0.110.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.110.1.tgz#24ac70bf0871a5d6bc181ba99801ded4d5e3b442" + integrity sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w== flow-parser@0.*: version "0.89.0"