diff --git a/.flowconfig b/.flowconfig index 31b813d0e..bc786baf2 100644 --- a/.flowconfig +++ b/.flowconfig @@ -69,4 +69,4 @@ include_warnings=true .*/Libraries/YellowBox/UI/YellowBoxList.js [version] -^0.87.0 +^0.88.0 diff --git a/package.json b/package.json index 7d55a68e8..6a04417fa 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "conventional-changelog-cli": "^2.0.11", "dedent": "^0.7.0", "eslint": "^5.6.1", - "flow-bin": "^0.87.0", + "flow-bin": "^0.88.0", "flow-copy-source": "^2.0.2", "jest": "^23.6.0", "metro-react-native-babel-preset": "^0.49.0", @@ -41,7 +41,7 @@ }, "scripts": { "test": "jest", - "flow-check": "flow check", + "flow-check": "flow check --ignore-version", "typescript-check": "tsc --noEmit --skipLibCheck --jsx react ./typings/__tests__/*", "lint": "eslint src --cache", "release": "release-it", @@ -52,6 +52,13 @@ "jest": { "preset": "react-native" }, + "greenkeeper": { + "ignore": [ + "react", + "react-test-renderer", + "metro-react-native-babel-preset" + ] + }, "publishConfig": { "registry": "https://registry.npmjs.org/" } diff --git a/yarn.lock b/yarn.lock index 8b559acc4..221f7850c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3185,10 +3185,10 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.87.0: - version "0.87.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d" - integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw== +flow-bin@^0.88.0: + version "0.88.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.88.0.tgz#e4c7bd93da2331f6ac1733fbe484b1b0c52eb548" + integrity sha512-SnUCuhHP0JZaXQ83w4iTthfTInAg8DIBZCo1xIqDhFmQ6XNEMYMwYhPoMQyELRrkbTpyCYmf4g93y0UQw0dibw== flow-copy-source@^2.0.2: version "2.0.2"