Skip to content

Commit 026870c

Browse files
authored
Upgrade to support flow 0.61 (#1158)
1 parent 8bd9fda commit 026870c

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
@@ -12,4 +12,4 @@
1212
experimental.const_params=true
1313

1414
[version]
15-
^0.60.0
15+
^0.61.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-babel": "4.1.2",
6565
"eslint-plugin-flowtype": "2.35.0",
6666
"eslint-plugin-prettier": "^2.3.1",
67-
"flow-bin": "0.60.0",
67+
"flow-bin": "0.61.0",
6868
"isparta": "4.0.0",
6969
"mocha": "3.5.0",
7070
"prettier": "^1.8.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,9 +1299,9 @@ flat-cache@^1.2.1:
12991299
graceful-fs "^4.1.2"
13001300
write "^0.2.1"
13011301

1302-
flow-bin@0.60.0:
1303-
version "0.60.0"
1304-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.60.0.tgz#885d0d92a90f94c29445e0f9a0382f5b5debaaed"
1302+
flow-bin@0.61.0:
1303+
version "0.61.0"
1304+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.61.0.tgz#d0473a8c35dbbf4de573823f4932124397d32d35"
13051305

13061306
for-in@^1.0.1:
13071307
version "1.0.2"

0 commit comments

Comments
 (0)