Skip to content

Commit 1673bc0

Browse files
greenkeeper[bot]thymikee
authored andcommitted
chore: Update flow-bin to the latest version 🚀 (#86)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.87.0` to `0.88.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/flowtype/flow-bin). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
1 parent 2d99901 commit 1673bc0

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ include_warnings=true
6969
.*/Libraries/YellowBox/UI/YellowBoxList.js
7070

7171
[version]
72-
^0.87.0
72+
^0.88.0

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"conventional-changelog-cli": "^2.0.11",
2222
"dedent": "^0.7.0",
2323
"eslint": "^5.6.1",
24-
"flow-bin": "^0.87.0",
24+
"flow-bin": "^0.88.0",
2525
"flow-copy-source": "^2.0.2",
2626
"jest": "^23.6.0",
2727
"metro-react-native-babel-preset": "^0.49.0",
@@ -41,7 +41,7 @@
4141
},
4242
"scripts": {
4343
"test": "jest",
44-
"flow-check": "flow check",
44+
"flow-check": "flow check --ignore-version",
4545
"typescript-check": "tsc --noEmit --skipLibCheck --jsx react ./typings/__tests__/*",
4646
"lint": "eslint src --cache",
4747
"release": "release-it",
@@ -52,6 +52,13 @@
5252
"jest": {
5353
"preset": "react-native"
5454
},
55+
"greenkeeper": {
56+
"ignore": [
57+
"react",
58+
"react-test-renderer",
59+
"metro-react-native-babel-preset"
60+
]
61+
},
5562
"publishConfig": {
5663
"registry": "https://registry.npmjs.org/"
5764
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3185,10 +3185,10 @@ flat-cache@^1.2.1:
31853185
graceful-fs "^4.1.2"
31863186
write "^0.2.1"
31873187

3188-
flow-bin@^0.87.0:
3189-
version "0.87.0"
3190-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d"
3191-
integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw==
3188+
flow-bin@^0.88.0:
3189+
version "0.88.0"
3190+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.88.0.tgz#e4c7bd93da2331f6ac1733fbe484b1b0c52eb548"
3191+
integrity sha512-SnUCuhHP0JZaXQ83w4iTthfTInAg8DIBZCo1xIqDhFmQ6XNEMYMwYhPoMQyELRrkbTpyCYmf4g93y0UQw0dibw==
31923192

31933193
flow-copy-source@^2.0.2:
31943194
version "2.0.2"

0 commit comments

Comments
 (0)