From ce75f896670a279d2916357723d4b3a452df6d58 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Thu, 26 Jan 2023 08:21:15 -0800 Subject: [PATCH] Upgrade to Flow 0.198.2 Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D42766915 fbshipit-source-id: 12248ce404902871509eea7b40aa6716931dbec3 --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- repo-config/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.flowconfig b/.flowconfig index 20740aa788eed9..b332bb2b0c0b9a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.198.1 +^0.198.2 diff --git a/.flowconfig.android b/.flowconfig.android index 1ca85590453923..2c8f824a6548b3 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.198.1 +^0.198.2 diff --git a/package.json b/package.json index ad814a8706278c..d8a95a8941f325 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "ws": "^6.2.2" }, "devDependencies": { - "flow-bin": "^0.198.1", + "flow-bin": "^0.198.2", "hermes-eslint": "0.8.0", "mock-fs": "^5.1.4", "react": "18.2.0", diff --git a/repo-config/package.json b/repo-config/package.json index 9647225b95c017..5377cf8187ccb2 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -38,7 +38,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.198.1", + "flow-bin": "^0.198.2", "inquirer": "^7.1.0", "jest": "^29.2.1", "jest-junit": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 46a404e6d46ed8..b5f311bbfedace 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4399,10 +4399,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.198.1: - version "0.198.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.198.1.tgz#5fdad4d572bdc76f9ab24890c335e1f7addcecd4" - integrity sha512-9jWC1GJgV5QyeBxvT0GtTQtaw55imDRIh//C5WaS/dijl7IP34CrNY2NgBSwzif516SktkG8KylQWJaslZI2QA== +flow-bin@^0.198.2: + version "0.198.2" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.198.2.tgz#e601121a411b4ec5889cc3567d2706369cc510a9" + integrity sha512-PML2zhAZVd8EgzDqS9oSJF+OxUtJ+YLEdVVsVO7d1BwnrXCgiVrLjxiQP8/hur820grzC51Xb2CI3J+ohH/bMg== flow-parser@0.*, flow-parser@^0.185.0: version "0.185.0"