From d04ec4dc65e0d5300cfa9d6a2292612a83ddfd91 Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Thu, 1 Apr 2021 16:37:12 -0700 Subject: [PATCH] Deploy v0.148.0 to xplat Summary: Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D27515556 fbshipit-source-id: acfab9cd4fd956e83af9c41573fc1bdf7595359c --- .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 ec6700bfe67139..01dcce1eb86ed6 100644 --- a/.flowconfig +++ b/.flowconfig @@ -68,4 +68,4 @@ untyped-import untyped-type-import [version] -^0.147.0 +^0.148.0 diff --git a/.flowconfig.android b/.flowconfig.android index 371ec94166cb44..48daf51de417ff 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -68,4 +68,4 @@ untyped-import untyped-type-import [version] -^0.147.0 +^0.148.0 diff --git a/package.json b/package.json index adb6e6f2a0a063..5eac39d594e59e 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.147.0", + "flow-bin": "^0.148.0", "react": "17.0.1" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index d8630d851be493..ae3ba53e1414bd 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.147.0", + "flow-bin": "^0.148.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index d27e4250497445..1f0f450a574479 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.147.0 +^0.148.0 diff --git a/yarn.lock b/yarn.lock index 5e0e90dbdc7a64..6e2f4f7794eec5 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.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-bin@^0.148.0: + version "0.148.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.148.0.tgz#1d264606dbb4d6e6070cc98a775e21dcd64e6890" + integrity sha512-7Cx6BUm8UAlbqtYJNYXdMrh900MQhNV+SjtBxZuWN7UmlVG4tIRNzNLEOjNnj2DN2vcL1wfI5IlSUXnws/QCEw== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"