From 4c478f7bebe25819a20f13beb83f240de985ac5f Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 4 Apr 2016 08:29:21 -0700 Subject: [PATCH] Use semver in the .flowconfig version number Summary:Flow 0.22.1 is the latest release, but RN asks for 0.22.0 in the .flowconfig file. This commit makes use of Flow's support for semver matching (https://github.com/facebook/flow/issues/592) so that the latest version of Flow can be used as long as it's semver-compatible. Closes https://github.com/facebook/react-native/pull/6767 Differential Revision: D3133424 fb-gh-sync-id: 5a7a7ff7fc4b0a5a6fd7c162923d3e85a3fc0f08 fbshipit-source-id: 5a7a7ff7fc4b0a5a6fd7c162923d3e85a3fc0f08 --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 113b86535..cf582afec 100644 --- a/.flowconfig +++ b/.flowconfig @@ -92,4 +92,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-2]\\|1[0-9]\\|[0-9 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.22.0 +^0.22.0