From 6e18f1fab17d68f724a12076c45247a023800fbd Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Sat, 22 Oct 2022 06:38:54 -0700 Subject: [PATCH] upgrade to flow 0.190.1 Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D40611965 fbshipit-source-id: 56c6dc10557fdb3a302a862fe80a1227df83850b --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- repo-config/package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.flowconfig b/.flowconfig index db64c64dc16f48..50a3f7adab9a29 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.190.0 +^0.190.1 diff --git a/.flowconfig.android b/.flowconfig.android index a0794d0cfafb50..fc7429f32705d4 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.190.0 +^0.190.1 diff --git a/package.json b/package.json index 041ffd4f244b5a..02db1eb56c2b6f 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "ws": "^6.2.2" }, "devDependencies": { - "flow-bin": "^0.190.0", + "flow-bin": "^0.190.1", "hermes-eslint": "0.8.0", "react": "18.2.0", "react-test-renderer": "^18.2.0" diff --git a/repo-config/package.json b/repo-config/package.json index 84dd55d4b639e2..80b534f72751a0 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.190.0", + "flow-bin": "^0.190.1", "inquirer": "^7.1.0", "jest": "^29.2.1", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index d501f4bacdb78a..a932669a2e4261 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -60,4 +60,4 @@ untyped-import untyped-type-import [version] -^0.190.0 +^0.190.1 diff --git a/yarn.lock b/yarn.lock index fbff871824ab02..740f4c15920f8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4904,10 +4904,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.190.0: - version "0.190.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.0.tgz#cfc50e1474facf8150232a6c498fe66a6bb75969" - integrity sha512-Qo3bvN3cmGFXsq63ZxcHFZXQDvgx84fCuq8cXuKk5xbvuebBGwMqS+ku/rH+gEkciRrcTYrXqoSzb9b6ShcoJg== +flow-bin@^0.190.1: + version "0.190.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.1.tgz#59ccbc9aaa2515fe32acc66117a05e7ef6a11061" + integrity sha512-5c9/6eEkMTTfdNuK2WwssrKfsUXKMUXlZVJZnrlWiqJpDSVc70/Smwyi9sXict9k/oq0f+Mo5wVH0d7peBYREg== flow-parser@0.*, flow-parser@^0.185.0: version "0.185.0"