From 380ed5581fd5e6a9023fb689ad8b3d9e2c1aa3ac Mon Sep 17 00:00:00 2001 From: Avik Chaudhuri Date: Tue, 2 Apr 2019 13:38:54 -0700 Subject: [PATCH] @allow-large-files xplat flow 0.96 upgrade Summary: bypass-lint allow_many_files Reviewed By: panagosg7 Differential Revision: D14727932 fbshipit-source-id: 66b2fce7753450204c5daa131ffe43dcd4736539 --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.flowconfig b/.flowconfig index 7c62e71d1d894f..8912680eb305c1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -99,4 +99,4 @@ untyped-import untyped-type-import [version] -^0.95.0 +^0.96.0 diff --git a/.flowconfig.android b/.flowconfig.android index 5336ab989fa0f1..cd5a38ec5de347 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -99,4 +99,4 @@ untyped-import untyped-type-import [version] -^0.95.0 +^0.96.0 diff --git a/package.json b/package.json index 71ebb4a3a3d4df..1f11b8df6bab71 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "eslint-plugin-react-hooks": "^1.5.1", "eslint-plugin-react-native": "3.6.0", "eslint-plugin-relay": "1.3.0", - "flow-bin": "^0.95.0", + "flow-bin": "^0.96.0", "flow-remove-types": "1.2.3", "jest": "^24.5.0", "jest-junit": "^6.3.0", diff --git a/template/_flowconfig b/template/_flowconfig index 24b99424cc6930..f8729d854a89ce 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -65,4 +65,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]* suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.95.0 +^0.96.0 diff --git a/yarn.lock b/yarn.lock index 4b628a5d57801e..0939cd7de07463 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3010,10 +3010,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.95.0: - version "0.95.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.95.1.tgz#633113831ccff4b7ee70a2730f63fc43b69ba85f" - integrity sha512-06IOC/pqPMNRYtC6AMZEWYR9Fi6UdBC7gImGinPuNUpPZFnP5E9/0cBCl3DWrH4zz/gSM2HdDilU7vPGpYIr2w== +flow-bin@^0.96.0: + version "0.96.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.96.0.tgz#3b0379d97304dc1879ae6db627cd2d6819998661" + integrity sha512-OSxERs0EdhVxEVCst/HmlT/RcnXsQQIRqcfK9J9wC8/93JQj+xQz4RtlsmYe1PSRYaozuDLyPS5pIA81Zwzaww== flow-parser@0.*: version "0.89.0"