From b55201c5369ef81bd4f90f2865f91659f72a0e3e Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Thu, 19 Aug 2021 13:10:00 -0700 Subject: [PATCH] Deploy 0.158.0 to xplat Summary: Changelog: [Internal] Reviewed By: dsainati1 Differential Revision: D30426571 fbshipit-source-id: 70689323d066e3b25bf720f454d2146d195df8b3 --- .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 83fd5987898b6c..c7aa3f075c7e0f 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.157.0 +^0.158.0 diff --git a/.flowconfig.android b/.flowconfig.android index ba94fee6c7334a..96b27477635f11 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.157.0 +^0.158.0 diff --git a/package.json b/package.json index 1a66ec4192f189..bf5c11886011e8 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.157.0", + "flow-bin": "^0.158.0", "react": "17.0.2" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index 784f57a6a31c10..9cd9c30b9a59be 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "3.10.0", "eslint-plugin-relay": "1.8.1", - "flow-bin": "^0.157.0", + "flow-bin": "^0.158.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index 9d64999540232c..4320b7070ea698 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -62,4 +62,4 @@ untyped-import untyped-type-import [version] -^0.157.0 +^0.158.0 diff --git a/yarn.lock b/yarn.lock index e92c5f24a9fb0e..f0b97204e20189 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3028,10 +3028,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.157.0: - version "0.157.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.157.0.tgz#3164b39e17e1a1695d2ace5d4e8d3088bebb3e19" - integrity sha512-SP70r4iBb4a+0NZV1+MtAJYZXGoFp1XvfjirNyeuJiGIXtllHcmJlJWyU1wJQ/fXSFUwY7CcnBNK8cd8PyuP9Q== +flow-bin@^0.158.0: + version "0.158.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.158.0.tgz#0a09763d41eb8ec7135ced6a3b9f8fa370a393d8" + integrity sha512-Gk5md8XTwk/M+J5M+rFyS1LJfFen6ldY60jM9+meWixlKf4b0vwdoUO8R7oo471pze+GY+blrnskUeqLDxFJfg== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"