Skip to content

Commit bacbb3e

Browse files
greenkeeper[bot]thymikee
authored andcommitted
chore: Update flow-bin to the latest version 🚀 (#47)
* chore(package): update flow-bin to version 0.84.0 * chore(package): update lockfile yarn.lock * fix flow
1 parent 174a5d0 commit bacbb3e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ include_warnings=true
6464
.*/Libraries/Components/View/ViewPropTypes.js
6565
.*/Libraries/YellowBox/UI/YellowBoxInspectorFooter.js
6666
.*/Libraries/YellowBox/UI/YellowBoxList.js
67+
.*/Libraries/StyleSheet/processTransform.js
6768

6869
[version]
69-
^0.83.0
70+
^0.84.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.83.0",
23+
"flow-bin": "^0.84.0",
2424
"jest": "^23.6.0",
2525
"metro-react-native-babel-preset": "^0.48.0",
2626
"react": "16.6.0-alpha.8af6728",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,10 +3653,10 @@ flat-cache@^1.2.1:
36533653
graceful-fs "^4.1.2"
36543654
write "^0.2.1"
36553655

3656-
flow-bin@^0.83.0:
3657-
version "0.83.0"
3658-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83.0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9"
3659-
integrity sha512-1K83EL/U9Gh0BaXPKkZe6TRizSmNSKx9Wuws1c8gh7DJEwiburtCxYT+4o7in1+GnNEm3CZWnbnVV8n9HMpiDA==
3656+
flow-bin@^0.84.0:
3657+
version "0.84.0"
3658+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.84.0.tgz#4cb2364c750fb37a7840524fa62456b53f64cdcb"
3659+
integrity sha512-ocji8eEYp+YfICsm+F6cIHUcD7v5sb0/ADEXm6gyUKdjQzmSckMrPUdZtyfP973t3YGHKliUMxMvIBHyR5LbXQ==
36603660

36613661
for-in@^1.0.1, for-in@^1.0.2:
36623662
version "1.0.2"

0 commit comments

Comments
 (0)