Skip to content

Commit 7b5d92c

Browse files
Update dependency flow-bin to ^0.274.0
1 parent 7cafa51 commit 7b5d92c

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
8484
"execa": "^0.11.0",
8585
"fancy-log": "^1.3.2",
86-
"flow-bin": "^0.66.0",
86+
"flow-bin": "^0.274.0",
8787
"git-release-notes": "^3.0.0",
8888
"gulp": "^4.0.0",
8989
"gulp-babel": "^7.0.0",

packages/pkg-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"babel-preset-env": "^1.6.1",
1111
"babel-preset-flow": "^6.23.0",
12-
"flow-bin": "^0.66.0",
12+
"flow-bin": "^0.274.0",
1313
"jest": "^23.0.0",
1414
"jest-junit": "^5.2.0",
1515
"prettier": "^1.10.2"

packages/pkg-tests/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,9 +1389,10 @@ find-up@^2.1.0:
13891389
dependencies:
13901390
locate-path "^2.0.0"
13911391

1392-
flow-bin@^0.66.0:
1393-
version "0.66.0"
1394-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
1392+
flow-bin@^0.274.0:
1393+
version "0.274.0"
1394+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.274.0.tgz#af0442f41386e546293e2de423ec3e9e5c13dd70"
1395+
integrity sha512-l6/pCzPtnUhBLKI8uLz7LGwfcknsyp/CNLkKNnlOx0cstIKnsvs5bjZeMOVf884lGXkUsPlH9aITKINP0u+fiA==
13951396

13961397
for-in@^1.0.1, for-in@^1.0.2:
13971398
version "1.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3125,10 +3125,10 @@ flat-cache@^1.2.1:
31253125
graceful-fs "^4.1.2"
31263126
write "^0.2.1"
31273127

3128-
flow-bin@^0.66.0:
3129-
version "0.66.0"
3130-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
3131-
integrity sha1-qW3ecBXcM0P9VSp7SWPAK+cFyiY=
3128+
flow-bin@^0.274.0:
3129+
version "0.274.0"
3130+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.274.0.tgz#af0442f41386e546293e2de423ec3e9e5c13dd70"
3131+
integrity sha512-l6/pCzPtnUhBLKI8uLz7LGwfcknsyp/CNLkKNnlOx0cstIKnsvs5bjZeMOVf884lGXkUsPlH9aITKINP0u+fiA==
31323132

31333133
flush-write-stream@^1.0.2:
31343134
version "1.0.3"

0 commit comments

Comments
 (0)