From 8fbcb0b6a3f35ccc7492057d2ff96c49b0374627 Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Thu, 21 Jul 2022 13:08:33 -0700 Subject: [PATCH] Deploy 0.183.0 to xplat Summary: Changelog: [Internal] Reviewed By: suvarshibhadra, SamChou19815 Differential Revision: D38020761 fbshipit-source-id: 7e55f270e9fcf6f7991946432cf63aff6ee4d5b2 --- .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 c2d114b4f6769c..73732dda4a34ac 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.182.0 +^0.183.0 diff --git a/.flowconfig.android b/.flowconfig.android index dc9d12aba7e9a8..c999cadd3a5890 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.182.0 +^0.183.0 diff --git a/package.json b/package.json index 47d6ffdbe277a5..bf0ecc57ca7f50 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.182.0", + "flow-bin": "^0.183.0", "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 b28f4e453a0ec5..886c20d56577f2 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.182.0", + "flow-bin": "^0.183.0", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 3782e447cdef6f..15c6d8153303f0 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.182.0 +^0.183.0 diff --git a/yarn.lock b/yarn.lock index 78882cf943f2c5..4d30f85bd10c2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3240,10 +3240,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.182.0: - version "0.182.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.182.0.tgz#1dacbd72465743670412ada015d3182deda6f966" - integrity sha512-Ux90c2sMfoV/VVjOEFT2OHFJFnyfoIbTK/5AKAMnU4Skfru1G+FyS5YLu3XxQl0R6mpA9+rrFlPfYZq/5B+J3w== +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-parser@0.*: version "0.163.0"