From 50555c5ca1834faf475c3659550198c307ce45b6 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 19 Nov 2019 02:50:19 -0800 Subject: [PATCH] Bump to Flow 0.111 Summary: Not the most recent release but this upgrade works now with the stack of diffs underneath. Will do 0.112 next. Reviewed By: mweststrate Differential Revision: D18527871 fbshipit-source-id: 2346b9dac86768deec7b3cb9039adb1d76cb2d7e --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index b65fa98d4..273576b01 100644 --- a/.flowconfig +++ b/.flowconfig @@ -35,4 +35,4 @@ untyped-import untyped-type-import [version] -0.110.1 +0.111.0 diff --git a/package.json b/package.json index 54fbc0b4f..31e50b1bb 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.3.12", - "flow-bin": "0.110.1", + "flow-bin": "0.111.0", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 08129b646..7cba3b283 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4056,10 +4056,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08" integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg== -flow-bin@0.110.1: - version "0.110.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.110.1.tgz#24ac70bf0871a5d6bc181ba99801ded4d5e3b442" - integrity sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w== +flow-bin@0.111.0: + version "0.111.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.111.0.tgz#dda5d07911df2268ef0f9061fb3c8d71bbb3bc3d" + integrity sha512-RQQMJ23r9zdGJjmYDoAoKqFy3TAudqbf/QGpsgsZvzMPg/qgIPK6e0hDLJe4aARR6B1+Gs0xBbVRBcFEFK8jyg== flow-parser@0.*: version "0.110.0"