diff --git a/.flowconfig b/.flowconfig index 24fd1a6d20d..832c66c6904 100644 --- a/.flowconfig +++ b/.flowconfig @@ -89,4 +89,4 @@ untyped-import untyped-type-import [version] -^0.325.0 +^0.326.0 diff --git a/package.json b/package.json index e5ff3fa3773..35913457a1f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "ansi-styles": "^4.2.1", "babel-plugin-minify-dead-code-elimination": "^0.5.2", "babel-plugin-syntax-hermes-parser": "0.37.0", - "flow-parser": "0.325.0", "babel-plugin-transform-define": "^2.1.4", "babel-plugin-transform-flow-enums": "^0.0.2", "clang-format": "^1.8.0", @@ -90,10 +89,11 @@ "eslint-plugin-relay": "^1.8.3", "fb-dotslash": "0.5.8", "flow-api-translator": "0.37.0", - "flow-bin": "^0.325.0", + "flow-bin": "^0.326.0", "flow-eslint": "0.325.0", - "hermes-eslint": "0.37.0", + "flow-parser": "0.325.0", "flow-transform": "0.325.0", + "hermes-eslint": "0.37.0", "hermes-transform": "0.37.0", "ini": "^5.0.0", "inquirer": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 9546a3b1e75..c7dd749e97a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4808,10 +4808,10 @@ flow-api-translator@0.37.0: hermes-transform "0.37.0" typescript "5.3.2" -flow-bin@^0.325.0: - version "0.325.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.325.0.tgz#7b8de5b6b4e786f00d9329240dca5505fe9a128b" - integrity sha512-0e+g53PIYiteutsC2Q4iCpdJqTTX4qu/jM+ZHg+SwshnyZ+vYgqCrCaIJiKqpYPuOelyCGXh8E3C/QWWRUf33Q== +flow-bin@^0.326.0: + version "0.326.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.326.0.tgz#adbfbfb316dc50d62c0a90e754a6d078558a64b7" + integrity sha512-2WUYp7px5GeXLX+c2iFAUbr7093ta2c7bjox0pVTWaA6guMP91WFq3mkGKKzbKCIjqgDJepmMF5UPLafaJGE/A== flow-enums-runtime@^0.0.6: version "0.0.6"