diff --git a/.flowconfig b/.flowconfig index 21db38f4120..bc5c51872e1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -73,4 +73,4 @@ untyped-import untyped-type-import [version] -^0.179.0 +^0.180.0 diff --git a/.flowconfig.android b/.flowconfig.android index 882347c8502..9c07b0487d4 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -73,4 +73,4 @@ untyped-import untyped-type-import [version] -^0.179.0 +^0.180.0 diff --git a/package.json b/package.json index 81bed804c06..b437162f67d 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.179.0", + "flow-bin": "^0.180.0", "react": "18.1.0", "react-test-renderer": "^18.1.0" }, diff --git a/repo-config/package.json b/repo-config/package.json index 76fc9111cb6..23d49e1d7e3 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.179.0", + "flow-bin": "^0.180.0", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 0ad832efcb4..324c2090e7b 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.179.0 +^0.180.0 diff --git a/yarn.lock b/yarn.lock index 2c62e6722cf..61ee50b1fd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3226,10 +3226,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.179.0: - version "0.179.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.179.0.tgz#a9afbedda1687726296bfc8bd34247a6aae34d4f" - integrity sha512-odCiPkX5Vjrgupqxq2cjib0GtzAjGRHVkLk4TG15N4B+Fd2ghb8HSW6zrdX9GwaXrsuocxm5+oVzkaaUYUf+Pg== +flow-bin@^0.180.0: + version "0.180.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.180.0.tgz#7a26f3a0cff61e386267e72ef7971d1af73e317a" + integrity sha512-jEZoIwOxzrtQ0erUu94nEzlqUoX7OAMeVs0CjO0rN6b7SDBhI5IysVRvGSQkkFWBJpy5VQ9lvzBYzq5Sq9vcmg== flow-parser@0.*: version "0.163.0"