Skip to content

Commit f0dc737

Browse files
greenkeeper[bot]thymikee
authored andcommitted
chore: update flow-bin to the 0.86.0 🚀 (#51)
* chore(package): update flow-bin to version 0.85.0 * chore(package): update lockfile yarn.lock * update lockfile * update untyped rn entries
1 parent d6d225d commit f0dc737

File tree

3 files changed

+1109
-8
lines changed

3 files changed

+1109
-8
lines changed

.flowconfig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ include_warnings=true
6060
[untyped]
6161
; bugs in react-native typings
6262
.*/Libraries/Components/Navigation/NavigatorIOS.ios.js
63-
.*/Libraries/Components/TextInput/InputAccessoryView.js
6463
.*/Libraries/Components/View/ViewPropTypes.js
65-
.*/Libraries/YellowBox/UI/YellowBoxInspectorFooter.js
66-
.*/Libraries/YellowBox/UI/YellowBoxList.js
64+
.*/Libraries/LayoutAnimation/LayoutAnimation.js
65+
.*/Libraries/Lists/VirtualizedSectionList.js
6766
.*/Libraries/StyleSheet/processTransform.js
67+
.*/Libraries/StyleSheet/StyleSheetValidation.js
68+
.*/Libraries/Text/TextAncestor.js
69+
.*/Libraries/YellowBox/UI/YellowBoxList.js
6870

6971
[version]
70-
^0.84.0
72+
^0.86.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.5",
2121
"dedent": "^0.7.0",
2222
"eslint": "^5.6.1",
23-
"flow-bin": "^0.84.0",
23+
"flow-bin": "^0.86.0",
2424
"jest": "^23.6.0",
2525
"metro-react-native-babel-preset": "^0.49.0",
2626
"react": "16.6.1",

0 commit comments

Comments
 (0)