diff --git a/.flowconfig b/.flowconfig index fa7714498c1..10d95a25dbe 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.193.0 +^0.194.0 diff --git a/.flowconfig.android b/.flowconfig.android index 97e73946f4f..cfd396ab4fb 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.193.0 +^0.194.0 diff --git a/package.json b/package.json index 63c1fe6e251..c8efaf8ab7c 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "ws": "^6.2.2" }, "devDependencies": { - "flow-bin": "^0.193.0", + "flow-bin": "^0.194.0", "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 a83b60f5562..f8833a3c83f 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.193.0", + "flow-bin": "^0.194.0", "inquirer": "^7.1.0", "jest": "^29.2.1", "jest-junit": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 77ba755e8f1..37b0fc5c623 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4367,10 +4367,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.193.0: - version "0.193.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.193.0.tgz#250df37ec2d209dbf6dbec654e06d9e48da72ccb" - integrity sha512-DREsJfNcU94P3rfh8TrydflQTKI5u8INzqCzi/R7iG2fBo+QKiEdNiv9NRlt4cRmOEsVvQ+5ed2U+u/68M8a6Q== +flow-bin@^0.194.0: + version "0.194.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.194.0.tgz#5c55d8fb4c10b3a434100a88e986109743afcbb8" + integrity sha512-gJ54JmNXkl9ga3vt2Lx9tFQCuIid1+161dWGdr0bJ/CKW8tVCWxApE/j/1eZo31uVAUNVCY5UTs2gnnAm1hVkQ== flow-parser@0.*, flow-parser@^0.185.0: version "0.185.0"