Skip to content

Commit 4f433ca

Browse files
greenkeeper[bot]Esemesek
authored andcommitted
Update flow-bin to the latest version 🚀 (#91)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.88.0` to `0.89.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 f35d4f5 commit 4f433ca

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.flowconfig

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ include_warnings=true
6161
; bugs in react-native typings
6262
.*/Libraries/Components/Navigation/NavigatorIOS.ios.js
6363
.*/Libraries/Components/View/ViewPropTypes.js
64+
.*/Libraries/Components/ActivityIndicator/ActivityIndicator.js
65+
.*/Libraries/Components/Slider/Slider.js
66+
.*/Libraries/Components/Touchable/TouchableHighlight.js
67+
.*/Libraries/Components/Touchable/TouchableOpacity.js
68+
.*/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js
69+
.*/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js
70+
.*/Libraries/Image/Image.ios.js
71+
.*/Libraries/Text/Text.js
6472
.*/Libraries/LayoutAnimation/LayoutAnimation.js
6573
.*/Libraries/Lists/VirtualizedSectionList.js
6674
.*/Libraries/StyleSheet/processTransform.js
@@ -69,4 +77,4 @@ include_warnings=true
6977
.*/Libraries/YellowBox/UI/YellowBoxList.js
7078

7179
[version]
72-
^0.88.0
80+
^0.93.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"conventional-changelog-cli": "^2.0.11",
2121
"dedent": "^0.7.0",
2222
"eslint": "^5.6.1",
23-
"flow-bin": "^0.88.0",
23+
"flow-bin": "^0.93.0",
2424
"flow-copy-source": "^2.0.2",
2525
"jest": "^24.1.0",
2626
"metro-react-native-babel-preset": "^0.49.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,10 +3083,10 @@ flat@^4.1.0:
30833083
dependencies:
30843084
is-buffer "~2.0.3"
30853085

3086-
flow-bin@^0.88.0:
3087-
version "0.88.0"
3088-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.88.0.tgz#e4c7bd93da2331f6ac1733fbe484b1b0c52eb548"
3089-
integrity sha512-SnUCuhHP0JZaXQ83w4iTthfTInAg8DIBZCo1xIqDhFmQ6XNEMYMwYhPoMQyELRrkbTpyCYmf4g93y0UQw0dibw==
3086+
flow-bin@^0.93.0:
3087+
version "0.93.0"
3088+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.93.0.tgz#9192a08d88db2a8da0ff55e42420f44539791430"
3089+
integrity sha512-p8yq4ocOlpyJgOEBEj0v0GzCP25c9WP0ilFQ8hXSbrTR7RPKuR+Whr+OitlVyp8ocdX0j1MrIwQ8x28dacy1pg==
30903090

30913091
flow-copy-source@^2.0.2:
30923092
version "2.0.2"

0 commit comments

Comments
 (0)