Skip to content

Commit 4767f9b

Browse files
panagosg7facebook-github-bot
authored andcommitted
v0.72.0 in xplat/js
Reviewed By: gabelevi Differential Revision: D7956747 fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985
1 parent c1e6f27 commit 4767f9b

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6969
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
7070

7171
[version]
72-
^0.71.0
72+
^0.72.0

Libraries/ReactNative/AppContainer.js

-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ class AppContainer extends React.Component<Props, State> {
102102
pointerEvents="box-none"
103103
style={styles.appContainer}
104104
ref={ref => {
105-
/* $FlowFixMe(>=0.53.0 site=react_native_fb,react_native_oss) This
106-
* comment suppresses an error when upgrading Flow's support for
107-
* React. To see the error delete this comment and run Flow. */
108105
this._mainRef = ref;
109106
}}>
110107
{this.props.children}

local-cli/templates/HelloWorld/_flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5151
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5252

5353
[version]
54-
^0.71.0
54+
^0.72.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"eslint-plugin-jest": "21.8.0",
214214
"eslint-plugin-prettier": "2.6.0",
215215
"eslint-plugin-react": "7.6.1",
216-
"flow-bin": "^0.71.0",
216+
"flow-bin": "^0.72.0",
217217
"jest": "23.0.0-charlie.1",
218218
"jest-junit": "3.7.0",
219219
"prettier": "1.12.1",

0 commit comments

Comments
 (0)