From 7e9720f0ae99ef2c932116beae75a43e678a1687 Mon Sep 17 00:00:00 2001 From: Jeff Morrison Date: Fri, 29 Apr 2016 13:41:41 -0700 Subject: [PATCH] Deploy Flow 0.24.0 to fbsource Reviewed By: gabelevi Differential Revision: D3241183 fb-gh-sync-id: a40da6d4d30abf720d0f95d76be803d669fc92c3 fbshipit-source-id: a40da6d4d30abf720d0f95d76be803d669fc92c3 --- .flowconfig | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.flowconfig b/.flowconfig index a9f7b4221..b9d90c4c8 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,9 +85,9 @@ suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FixMe -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-3]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-3]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ +suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-4]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) +suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-4]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.23.0 +0.24.0 diff --git a/package.json b/package.json index 4aecf6bf7..36b18a1ac 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "eslint": "^2.5.3", "eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-react": "^4.2.1", - "flow-bin": "0.23.0", + "flow-bin": "0.24.0", "jest-cli": "11.0.2", "portfinder": "0.4.0", "react": "15.0.2-alpha.3",