From c942e85eda4ffa51204632ca8e5ee97e8d7da030 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Thu, 28 Jul 2022 18:21:07 -0700 Subject: [PATCH] Upgrade to Flow 0.183.1 Summary: Changelog: [Internal] Reviewed By: evanyeung Differential Revision: D38264284 fbshipit-source-id: 8e2d6f99914b282ab1ef8ede60e5ac236747faf4 --- .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 fef98d16211009..262e2ba6ad005d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.183.0 +^0.183.1 diff --git a/.flowconfig.android b/.flowconfig.android index 6988748dd12802..e4e3d9298b6c25 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.183.0 +^0.183.1 diff --git a/package.json b/package.json index 45c6b2f35fbdae..6c0056c7e021d3 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.183.0", + "flow-bin": "^0.183.1", "hermes-eslint": "0.8.0", "react": "18.1.0", "react-test-renderer": "^18.1.0" diff --git a/repo-config/package.json b/repo-config/package.json index cc423051e5f363..f4ed3a6c51d06a 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -32,7 +32,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.183.0", + "flow-bin": "^0.183.1", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 15c6d8153303f0..236149befebfe2 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.183.0 +^0.183.1 diff --git a/yarn.lock b/yarn.lock index 135a809bd0fcb8..3ddbefaf824a0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3181,10 +3181,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.183.0: - version "0.183.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.183.0.tgz#17f37c94edd04b705a897b5890dd6cdc02e0c94e" - integrity sha512-7IJHUnMPYgNEZU8t9M4vJII/G+fJft9C/INm2+HRSXx5KDF2j+vD2iap6+Yg2FWgXTnNLUvk7kr1QdO5Fk/8/Q== +flow-bin@^0.183.1: + version "0.183.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.183.1.tgz#10c587504d1c0f6715e90d39ae23c4e714d744a1" + integrity sha512-9jB374zuzmwei3BcCqSgZ8/tXnu1XIw06DZo02SFeYVLOdBqm+tNviEUWY6D1NZJLF9XiNtfB7vjnwrKkfMeMg== flow-parser@0.*: version "0.163.0"