Skip to content

Commit 123f396

Browse files
committed
fix(deps): update dependency flow-bin to ^0.70.0
1 parent 2f1ad7f commit 123f396

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
@@ -75,7 +75,7 @@
7575
"eslint-plugin-relay": "^0.0.21",
7676
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
7777
"execa": "^0.10.0",
78-
"flow-bin": "^0.66.0",
78+
"flow-bin": "^0.70.0",
7979
"git-release-notes": "^3.0.0",
8080
"gulp": "^3.9.0",
8181
"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.70.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.70.0:
1189+
version "0.70.0"
1190+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
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
@@ -2650,9 +2650,9 @@ flat-cache@^1.2.1:
26502650
graceful-fs "^4.1.2"
26512651
write "^0.2.1"
26522652

2653-
flow-bin@^0.66.0:
2654-
version "0.66.0"
2655-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
2653+
flow-bin@^0.70.0:
2654+
version "0.70.0"
2655+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
26562656

26572657
for-in@^1.0.1, for-in@^1.0.2:
26582658
version "1.0.2"

0 commit comments

Comments
 (0)