Skip to content

Commit a65e84b

Browse files
authored
Upgrade flow to 0.71.0 (#1330)
1 parent ae5b163 commit a65e84b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
1313
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+
1414

1515
[version]
16-
^0.70.0
16+
^0.71.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-babel": "5.1.0",
6363
"eslint-plugin-flowtype": "2.46.3",
6464
"eslint-plugin-prettier": "2.6.0",
65-
"flow-bin": "0.70.0",
65+
"flow-bin": "0.71.0",
6666
"isparta": "4.0.0",
6767
"mocha": "5.1.1",
6868
"prettier": "1.12.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,9 +1579,9 @@ flat-cache@^1.2.1:
15791579
graceful-fs "^4.1.2"
15801580
write "^0.2.1"
15811581

1582-
flow-bin@0.70.0:
1583-
version "0.70.0"
1584-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
1582+
flow-bin@0.71.0:
1583+
version "0.71.0"
1584+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.71.0.tgz#fd1b27a6458c3ebaa5cb811853182ed631918b70"
15851585

15861586
for-in@^1.0.1, for-in@^1.0.2:
15871587
version "1.0.2"

0 commit comments

Comments
 (0)