Skip to content

Commit 918d79e

Browse files
committed
fix(deps): update dependency flow-bin to ^0.73.0
1 parent 41040f1 commit 918d79e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-relay": "^0.0.21",
7777
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
7878
"execa": "^0.10.0",
79-
"flow-bin": "^0.66.0",
79+
"flow-bin": "^0.73.0",
8080
"git-release-notes": "^3.0.0",
8181
"gulp": "^3.9.0",
8282
"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.73.0",
1313
"jest": "^22.3.0",
1414
"prettier": "^1.10.2"
1515
},

packages/pkg-tests/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,9 +1185,9 @@ find-up@^2.1.0:
11851185
dependencies:
11861186
locate-path "^2.0.0"
11871187

1188-
flow-bin@^0.66.0:
1189-
version "0.66.0"
1190-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
1188+
flow-bin@^0.73.0:
1189+
version "0.73.0"
1190+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.73.0.tgz#da1b90a02b0ef9c439f068c2fc14968db83be425"
11911191

11921192
for-in@^1.0.1:
11931193
version "1.0.2"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,9 +2658,9 @@ flat-cache@^1.2.1:
26582658
graceful-fs "^4.1.2"
26592659
write "^0.2.1"
26602660

2661-
flow-bin@^0.66.0:
2662-
version "0.66.0"
2663-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
2661+
flow-bin@^0.73.0:
2662+
version "0.73.0"
2663+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.73.0.tgz#da1b90a02b0ef9c439f068c2fc14968db83be425"
26642664

26652665
for-in@^1.0.1, for-in@^1.0.2:
26662666
version "1.0.2"

0 commit comments

Comments
 (0)