Skip to content

Commit

Permalink
Update iterall and flow v0.66 (#1254)
Browse files Browse the repository at this point in the history
Fixes for latest version of flow.

Closes #1253
  • Loading branch information
leebyron authored Feb 21, 2018
1 parent c2c01e7 commit fb3257c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[options]

[version]
^0.65.0
^0.66.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"gitpublish": ". ./resources/gitpublish.sh"
},
"dependencies": {
"iterall": "^1.2.0"
"iterall": "^1.2.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-flowtype": "2.42.0",
"eslint-plugin-prettier": "2.6.0",
"flow-bin": "0.65.0",
"flow-bin": "0.66.0",
"isparta": "4.0.0",
"mocha": "5.0.0",
"prettier": "1.10.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

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

for-in@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -1862,9 +1862,9 @@ istanbul@^0.4.0:
which "^1.1.1"
wordwrap "^1.0.0"

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

jest-docblock@^21.0.0:
version "21.2.0"
Expand Down

0 comments on commit fb3257c

Please sign in to comment.