From 11cf9ca8c2a9b02268c81bf9255528fc503022b7 Mon Sep 17 00:00:00 2001 From: Hans Halverson Date: Thu, 10 Dec 2020 15:51:21 -0800 Subject: [PATCH] Deploy Flow v0.140.0 Summary: Changelog: [Internal] Reviewed By: mroch Differential Revision: D25468955 fbshipit-source-id: b23880f0398413a5974b270f3d1f78da29699353 --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- repo-config/package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.flowconfig b/.flowconfig index d5aa492cf7e282..f79a1216c94575 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.138.0 +^0.140.0 diff --git a/.flowconfig.android b/.flowconfig.android index 9c087d9436dfb1..e05cf8812f5a1f 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.138.0 +^0.140.0 diff --git a/package.json b/package.json index 175d9fe880ebbe..1f18019bde367d 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.138.0", + "flow-bin": "^0.140.0", "react": "17.0.1" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index a1f4346e3ee58f..648509c639ec63 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -33,7 +33,7 @@ "eslint-plugin-react-hooks": "^4.0.7", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.8.1", - "flow-bin": "^0.138.0", + "flow-bin": "^0.140.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index cd04a9ecbec161..d4f258ae45fa54 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -64,4 +64,4 @@ untyped-import untyped-type-import [version] -^0.138.0 +^0.140.0 diff --git a/yarn.lock b/yarn.lock index eb210874e90c0d..99fb618b59a46f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2993,10 +2993,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== -flow-bin@^0.138.0: - version "0.138.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.138.0.tgz#a0c81a3dd1ed34771b33b7e91078ed260301aa17" - integrity sha512-y3twwNeN0FWEK0vvJo/5SiC/OQVlhubGRyOPIS6p49b2yiiWE/cBFG/aC9kFXFfh7Orewe5O5B2X0+IiEOCYIw== +flow-bin@^0.140.0: + version "0.140.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.140.0.tgz#bf1a2984a0e5604daa0d1e0432138d9897af65bb" + integrity sha512-9P/VciKACXocClhLiDg/p1ntYmgCEEc9QrNOoTqTi2SEdEZDTiAmJLONRJfw4uglPVRZ1p/esWF9KlbZiuxqVw== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"