Skip to content

Commit 7261710

Browse files
authored
Upgrade flow to 0.60.1 (#187)
1 parent eaa19ff commit 7261710

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.flowconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
[libs]
99

1010
[options]
11+
12+
[version]
13+
^0.60.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint": "^3.14.1",
7272
"eslint-plugin-babel": "^4.0.1",
7373
"eslint-plugin-flowtype": "^2.30.0",
74-
"flow-bin": "^0.57.0",
74+
"flow-bin": "^0.60.1",
7575
"graphql": "^0.11.7",
7676
"isparta": "4.0.0",
7777
"mocha": "^3.2.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,9 @@ flat-cache@^1.2.1:
10841084
graceful-fs "^4.1.2"
10851085
write "^0.2.1"
10861086

1087-
flow-bin@^0.57.0:
1088-
version "0.57.3"
1089-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.57.3.tgz#843fb80a821b6d0c5847f7bb3f42365ffe53b27b"
1087+
flow-bin@^0.60.1:
1088+
version "0.60.1"
1089+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.60.1.tgz#0f4fa7b49be2a916f18cd946fc4a51e32ffe4b48"
10901090

10911091
for-in@^0.1.5:
10921092
version "0.1.6"

0 commit comments

Comments
 (0)