From f3def13a92f0fce72a76d9fc5bdcf619e94688af Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Wed, 24 Aug 2022 06:13:47 -0700 Subject: [PATCH] Deploy 0.185.1 to xplat Summary: Changelog: [Internal] Reviewed By: bradzacher Differential Revision: D38886330 fbshipit-source-id: 7b3fa0c4c4ccfffa54770dac0ccd686d4e4753d5 --- .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 f8da23113b..1c5251aa55 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.185.0 +^0.185.1 diff --git a/.flowconfig.android b/.flowconfig.android index 04233ebab2..96e4b59c23 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.185.0 +^0.185.1 diff --git a/package.json b/package.json index 0922ddd9d8..b04a15f470 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.185.0", + "flow-bin": "^0.185.1", "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 13ea3e552d..552a56e85c 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.185.0", + "flow-bin": "^0.185.1", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 494d2a587e..6450da501c 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.185.0 +^0.185.1 diff --git a/yarn.lock b/yarn.lock index c4cc43f5db..4d8e79d49d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3252,10 +3252,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.185.0: - version "0.185.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.185.0.tgz#5110cd9ac6cb6716ec864acafe54007e0a13aeff" - integrity sha512-Kl6QdphjpAhD0ieohtmiOttB1Y4J8t7ucJepeovuFt7xFwTRhBA3j3XOST4jSpuEx7ijhP64A/T3bU6W810iYw== +flow-bin@^0.185.1: + version "0.185.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.185.1.tgz#dbd3728405ff5aefd147e6c30a27381e9926ffb1" + integrity sha512-TUDZmyXpyKZin3oYtPke1wS5mT2ErCXEPuPsX1s6GgWhP7H7Z/qj6pg7CPcCYt5yNn2Im6k5VWx6J7/5a2stXA== flow-parser@0.*: version "0.163.0"