diff --git a/.flowconfig b/.flowconfig index 291dff94e..52ce9963b 100644 --- a/.flowconfig +++ b/.flowconfig @@ -64,6 +64,7 @@ include_warnings=true .*/Libraries/Components/View/ViewPropTypes.js .*/Libraries/YellowBox/UI/YellowBoxInspectorFooter.js .*/Libraries/YellowBox/UI/YellowBoxList.js +.*/Libraries/StyleSheet/processTransform.js [version] -^0.83.0 +^0.84.0 diff --git a/package.json b/package.json index 7bd72c10d..6ec11172b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "conventional-changelog-cli": "^2.0.5", "dedent": "^0.7.0", "eslint": "^5.6.1", - "flow-bin": "^0.83.0", + "flow-bin": "^0.84.0", "jest": "^23.6.0", "metro-react-native-babel-preset": "^0.48.0", "react": "16.6.0-alpha.8af6728", diff --git a/yarn.lock b/yarn.lock index 919056fa9..8a31429aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3653,10 +3653,10 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.83.0: - version "0.83.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83.0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9" - integrity sha512-1K83EL/U9Gh0BaXPKkZe6TRizSmNSKx9Wuws1c8gh7DJEwiburtCxYT+4o7in1+GnNEm3CZWnbnVV8n9HMpiDA== +flow-bin@^0.84.0: + version "0.84.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.84.0.tgz#4cb2364c750fb37a7840524fa62456b53f64cdcb" + integrity sha512-ocji8eEYp+YfICsm+F6cIHUcD7v5sb0/ADEXm6gyUKdjQzmSckMrPUdZtyfP973t3YGHKliUMxMvIBHyR5LbXQ== for-in@^1.0.1, for-in@^1.0.2: version "1.0.2"