Skip to content

Commit bc806aa

Browse files
committed
Update iterall and flow v0.66
Fixes for latest version of flow. Closes #1253
1 parent c2c01e7 commit bc806aa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[options]
1212

1313
[version]
14-
^0.65.0
14+
^0.66.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"gitpublish": ". ./resources/gitpublish.sh"
4242
},
4343
"dependencies": {
44-
"iterall": "^1.2.0"
44+
"iterall": "^1.2.1"
4545
},
4646
"devDependencies": {
4747
"babel-cli": "6.26.0",
@@ -64,7 +64,7 @@
6464
"eslint-plugin-babel": "4.1.2",
6565
"eslint-plugin-flowtype": "2.42.0",
6666
"eslint-plugin-prettier": "2.6.0",
67-
"flow-bin": "0.65.0",
67+
"flow-bin": "0.66.0",
6868
"isparta": "4.0.0",
6969
"mocha": "5.0.0",
7070
"prettier": "1.10.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,9 +1398,9 @@ flat-cache@^1.2.1:
13981398
graceful-fs "^4.1.2"
13991399
write "^0.2.1"
14001400

1401-
flow-bin@0.65.0:
1402-
version "0.65.0"
1403-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.65.0.tgz#64ffeca27211c786e2d68508c65686ba1b8a2169"
1401+
flow-bin@0.66.0:
1402+
version "0.66.0"
1403+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
14041404

14051405
for-in@^1.0.1:
14061406
version "1.0.2"
@@ -1862,9 +1862,9 @@ istanbul@^0.4.0:
18621862
which "^1.1.1"
18631863
wordwrap "^1.0.0"
18641864

1865-
iterall@^1.2.0:
1866-
version "1.2.0"
1867-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
1865+
iterall@^1.2.1:
1866+
version "1.2.1"
1867+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
18681868

18691869
jest-docblock@^21.0.0:
18701870
version "21.2.0"

0 commit comments

Comments
 (0)