diff --git a/.flowconfig b/.flowconfig index ee191433cdd..7ebc77aafaa 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.155.1 +^0.156.0 diff --git a/.flowconfig.android b/.flowconfig.android index 2beb3ee947b..20b1545b098 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.155.1 +^0.156.0 diff --git a/package.json b/package.json index 3f0130af23f..c908a545c3f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.155.1", + "flow-bin": "^0.156.0", "react": "17.0.2" }, "detox": { diff --git a/repo-config/package.json b/repo-config/package.json index d886ea77196..e7561dae3c7 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "3.10.0", "eslint-plugin-relay": "1.8.1", - "flow-bin": "^0.155.1", + "flow-bin": "^0.156.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", diff --git a/template/_flowconfig b/template/_flowconfig index f845a26363a..de39c4e1845 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -62,4 +62,4 @@ untyped-import untyped-type-import [version] -^0.155.1 +^0.156.0 diff --git a/yarn.lock b/yarn.lock index 6f59d39f271..02fa28801f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3023,10 +3023,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== -flow-bin@^0.155.1: - version "0.155.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.155.1.tgz#1263ee3e0f42d11cb13ba56c3851a096213ce5f7" - integrity sha512-qy2eXkgngR6u+MYA1ydzPnclhos21BZlpkJ50Y9YOZ4eTMq6txswB3X+gUsg8XUyCteLoMeo7n30k7aY2no2Yw== +flow-bin@^0.156.0: + version "0.156.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.156.0.tgz#d60a89d35ae6019fcdce15277d4370fdc15dee95" + integrity sha512-KEEsKV7/bePZM3Ja7rYlAaSx8GPiTGr7pt0IJcX5S3GSEIZ2ieayF6JWNjbyLiu7ZUJuWe4ITDnPvyqimUpYww== flow-parser@0.*, flow-parser@^0.121.0: version "0.121.0"