From 44a533503ceb3928bb93b469ca6a17803834ee77 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Fri, 9 Dec 2022 13:50:16 -0800 Subject: [PATCH] Deploy flow v0.195.0 Summary: Changelog: [Internal] Reviewed By: pieterv, jbrown215 Differential Revision: D41854995 fbshipit-source-id: 9232bf3c5c8f379e68bc1792a40963ad70f66c15 --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- repo-config/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.flowconfig b/.flowconfig index dd9d94b5628..a9330d85a0f 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.194.0 +^0.195.0 diff --git a/.flowconfig.android b/.flowconfig.android index 273933cb0ee..7c8a82086bc 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.194.0 +^0.195.0 diff --git a/package.json b/package.json index 9cc43b8c11c..3b19b067d0b 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "ws": "^6.2.2" }, "devDependencies": { - "flow-bin": "^0.194.0", + "flow-bin": "^0.195.0", "hermes-eslint": "0.8.0", "mock-fs": "^5.1.4", "react": "18.2.0", diff --git a/repo-config/package.json b/repo-config/package.json index 0e28dce2072..0805b725791 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -38,7 +38,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.194.0", + "flow-bin": "^0.195.0", "inquirer": "^7.1.0", "jest": "^29.2.1", "jest-junit": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index c18630e30a4..633919cdb03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4317,10 +4317,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.194.0: - version "0.194.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.194.0.tgz#5c55d8fb4c10b3a434100a88e986109743afcbb8" - integrity sha512-gJ54JmNXkl9ga3vt2Lx9tFQCuIid1+161dWGdr0bJ/CKW8tVCWxApE/j/1eZo31uVAUNVCY5UTs2gnnAm1hVkQ== +flow-bin@^0.195.0: + version "0.195.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.195.0.tgz#67075596cc4ef2560ec001d5c781b07777f05f81" + integrity sha512-VGIwDVxcZRLbc2k8dsMcdHHjrPDzr1frqGvpRdYpdnpK/qi4heHFGDU747NElcsNiqyzs+G8gaZmhxZiBvwyUg== flow-parser@0.*, flow-parser@^0.185.0: version "0.185.0"