From f1f716879561e308fe3bc2433ea7498365a1758b Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Mon, 16 Nov 2020 12:17:09 -0800 Subject: [PATCH] Deploy Flow v0.138.0 Summary: Changelog: [Internal] Reviewed By: dsainati1 Differential Revision: D24993067 fbshipit-source-id: ef2ffb61269be49afa970283a7ccef0b4475898a --- .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 7e5fe8843a4010..5e535932747a97 100644 --- a/.flowconfig +++ b/.flowconfig @@ -70,4 +70,4 @@ untyped-import untyped-type-import [version] -^0.137.0 +^0.138.0 diff --git a/.flowconfig.android b/.flowconfig.android index 6f1179f22aebcf..d3c2296a9e69c6 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -70,4 +70,4 @@ untyped-import untyped-type-import [version] -^0.137.0 +^0.138.0 diff --git a/package.json b/package.json index 53f4cc10e9333e..5106b2bddb4f27 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.137.0", + "flow-bin": "^0.138.0", "react": "17.0.1" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index f1da3a5d82d8a9..a1f4346e3ee58f 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.137.0", + "flow-bin": "^0.138.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index 315f2747bad5fe..9fb685f67a5972 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.137.0 +^0.138.0 diff --git a/yarn.lock b/yarn.lock index fb9fe1dbf7717a..49bdff9a976e14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3101,10 +3101,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.137.0: - version "0.137.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.137.0.tgz#322a15b3744195af1e02bf1fec0a716296aee7d5" - integrity sha512-ytwUn68fPKK/VWVpCxJ4KNeNIjCC/uX0Ll6Z1E98sOXfMknB000WtgQjKYDdO6tOR8mvXBE0adzjgCrChVympw== +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-parser@0.*, flow-parser@^0.121.0: version "0.121.0"