diff --git a/.flowconfig b/.flowconfig index 1f1a4467bfa..513c1c636d0 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.176.1 +^0.175.1 diff --git a/.flowconfig.android b/.flowconfig.android index d746070b6a6..2413b61f5fc 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.176.1 +^0.175.1 diff --git a/package.json b/package.json index b3c92c0ab8d..d1ffafaca46 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.176.1", + "flow-bin": "^0.175.1", "react": "18.0.0", "react-test-renderer": "^18.0.0" }, diff --git a/repo-config/package.json b/repo-config/package.json index 215153dfed9..4c23b61efd0 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -34,7 +34,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "^3.11.0", "eslint-plugin-relay": "^1.8.2", - "flow-bin": "^0.176.1", + "flow-bin": "^0.175.1", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index e1384df7df0..5c531aaa68c 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.176.1 +^0.175.1 diff --git a/yarn.lock b/yarn.lock index 848dae42af5..41a6880c654 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3221,10 +3221,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.176.1: - version "0.176.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.176.1.tgz#16a99d5efe63109df663bee9423103bcfe38a5ba" - integrity sha512-NgGY28iMxAPB98Q6OS40DVgUdRqqwIp7CYPJQlKgGEKIrGe6FayABdqbi2in5ztHp7IISCewsLpD8gR++1FYwg== +flow-bin@^0.175.1: + version "0.175.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.175.1.tgz#72237070ba4f293f9e04113481e18929c1de50df" + integrity sha512-zMCP0BPa9BrfBSR7QTcyT/XBwzUbyLdNG0eXvBuNxfHCbMRkUzSceRoOaEZIw+R+GH0UHjVfUvPJ30hXxz1Nfw== flow-parser@0.*: version "0.163.0"