From 4767f9be455cc32f89fb7ccf9030f007e7462014 Mon Sep 17 00:00:00 2001 From: Panagiotis Vekris Date: Fri, 11 May 2018 17:44:27 -0700 Subject: [PATCH] v0.72.0 in xplat/js Reviewed By: gabelevi Differential Revision: D7956747 fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985 --- .flowconfig | 2 +- Libraries/ReactNative/AppContainer.js | 3 --- local-cli/templates/HelloWorld/_flowconfig | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index aea408653..e5367e543 100644 --- a/.flowconfig +++ b/.flowconfig @@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.71.0 +^0.72.0 diff --git a/Libraries/ReactNative/AppContainer.js b/Libraries/ReactNative/AppContainer.js index 8cdbd6dec..fde991045 100644 --- a/Libraries/ReactNative/AppContainer.js +++ b/Libraries/ReactNative/AppContainer.js @@ -102,9 +102,6 @@ class AppContainer extends React.Component { pointerEvents="box-none" style={styles.appContainer} ref={ref => { - /* $FlowFixMe(>=0.53.0 site=react_native_fb,react_native_oss) This - * comment suppresses an error when upgrading Flow's support for - * React. To see the error delete this comment and run Flow. */ this._mainRef = ref; }}> {this.props.children} diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 187b25e48..83ff2c6bd 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.71.0 +^0.72.0 diff --git a/package.json b/package.json index c37b2724d..412789dba 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "eslint-plugin-jest": "21.8.0", "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.6.1", - "flow-bin": "^0.71.0", + "flow-bin": "^0.72.0", "jest": "23.0.0-charlie.1", "jest-junit": "3.7.0", "prettier": "1.12.1",