From a4920ed909973ea4fcafef1cb451c0feebef6d7c Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Thu, 7 Jan 2021 17:23:20 -0800 Subject: [PATCH] Deploy 0.142.0 to xplat Reviewed By: Hans-Halverson Differential Revision: D25839306 fbshipit-source-id: 8d59a57647ce33b17f7e006d5ab14916f80ff044 --- .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 f79a1216c94575..76b4ab64f6fe72 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.140.0 +^0.142.0 diff --git a/.flowconfig.android b/.flowconfig.android index e05cf8812f5a1f..42d32c3789a7ae 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.140.0 +^0.142.0 diff --git a/package.json b/package.json index 5bd66383837161..bf5216500fb676 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.140.0", + "flow-bin": "^0.142.0", "react": "17.0.1" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index 8799da761e95c5..22ab5143b99f6e 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.10.0", "eslint-plugin-relay": "1.8.1", - "flow-bin": "^0.140.0", + "flow-bin": "^0.142.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index d4f258ae45fa54..a6f99306d378e1 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -64,4 +64,4 @@ untyped-import untyped-type-import [version] -^0.140.0 +^0.142.0 diff --git a/yarn.lock b/yarn.lock index fc2cc068f910df..711464dca3fbf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3032,10 +3032,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.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-bin@^0.142.0: + version "0.142.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.142.0.tgz#b46b69de1123cf7c5a50917402968e07291df054" + integrity sha512-YgiapK/wrJjcgSgOWfoncbZ4vZrZWdHs+p7V9duI9zo4ehW2nM/VRrpSaWoZ+CWu3t+duGyAvupJvC6MM2l07w== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"