From 3f571203aea688fb94981f535c39f56aeb25a3c6 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Fri, 19 Mar 2021 22:42:28 -0700 Subject: [PATCH] Deploy Flow v0.147.0 Summary: Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D27209027 fbshipit-source-id: 16b5f2dbf273606653d1800486f3e7f779205bc3 --- .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 15221312ef5a6e..faaeaa798a8c35 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.146.0 +^0.147.0 diff --git a/.flowconfig.android b/.flowconfig.android index e9c9666205117d..f244b85fe3ad45 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.146.0 +^0.147.0 diff --git a/package.json b/package.json index 0d03cc3ef91a34..adb6e6f2a0a063 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.146.0", + "flow-bin": "^0.147.0", "react": "17.0.1" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index 7f4e9cc809eba4..d8630d851be493 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -33,7 +33,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "3.10.0", "eslint-plugin-relay": "1.8.1", - "flow-bin": "^0.146.0", + "flow-bin": "^0.147.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index 2b4788ac8b65a1..d27e4250497445 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.146.0 +^0.147.0 diff --git a/yarn.lock b/yarn.lock index b8f33403fc2e99..5e0e90dbdc7a64 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.146.0: - version "0.146.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.146.0.tgz#fafa002663a0e13bf3c08c3972dd93d68289ccc6" - integrity sha512-TP8eCwltqc7fo6ad5klgsrZ2veZIK2qM1vHf1A/cnXTStPh8hLAz1cOXmlQIFZR/7fjSMI39TS3CgF6M/HUhAw== +flow-bin@^0.147.0: + version "0.147.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.147.0.tgz#5ac0152e6daabfa8a78950aa1d02aefa968c4300" + integrity sha512-4VwnpQGxFQHRo2AvWcHbVOD6wLunT8Tge/cZGSv9twAxLMGSOTop7KDToZI6M/yoGBzdHxQWBii426LupWlbog== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"