From d0f94e6c2d9f91ac8ffab5218ed95cac63df09e5 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Fri, 28 Oct 2022 08:11:57 -0700 Subject: [PATCH] Upgrade to Flow 0.191.0 Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D40768442 fbshipit-source-id: a8e4301d731a8be4ce21d19c6276795d1127bd6d --- .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 50a3f7adab..31885ce054 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.190.1 +^0.191.0 diff --git a/.flowconfig.android b/.flowconfig.android index fc7429f327..fac572dc5e 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.190.1 +^0.191.0 diff --git a/package.json b/package.json index 30ab12d3bb..10b7760081 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "ws": "^6.2.2" }, "devDependencies": { - "flow-bin": "^0.190.1", + "flow-bin": "^0.191.0", "hermes-eslint": "0.8.0", "react": "18.2.0", "react-test-renderer": "^18.2.0" diff --git a/repo-config/package.json b/repo-config/package.json index 28f626ef24..4966d6516e 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.190.1", + "flow-bin": "^0.191.0", "inquirer": "^7.1.0", "jest": "^29.2.1", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index a932669a2e..b929e039dc 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -60,4 +60,4 @@ untyped-import untyped-type-import [version] -^0.190.1 +^0.191.0 diff --git a/yarn.lock b/yarn.lock index 705ad189d1..1c950430ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4523,10 +4523,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.190.1: - version "0.190.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.1.tgz#59ccbc9aaa2515fe32acc66117a05e7ef6a11061" - integrity sha512-5c9/6eEkMTTfdNuK2WwssrKfsUXKMUXlZVJZnrlWiqJpDSVc70/Smwyi9sXict9k/oq0f+Mo5wVH0d7peBYREg== +flow-bin@^0.191.0: + version "0.191.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.191.0.tgz#9324c9498584b60575fd8d77a2897ee4f384443b" + integrity sha512-IhaDGoOtRDdGUJLjm7KQlHK8BAzOVJmpx+CIR6bCju4pF7zon2v7WNrds5706WZqDE3rD2c8cM4GdhDnIFYXtg== flow-parser@0.*, flow-parser@^0.185.0: version "0.185.0"