Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #313 from graphql/greenkeeper/flow-bin-0.47.0
Browse files Browse the repository at this point in the history
Update flow-bin to the latest version 🚀
  • Loading branch information
wincent authored May 26, 2017
2 parents 94bb325 + 0ceb73a commit e4e42a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"eslint-plugin-flowtype": "2.33.0",
"express": "4.14.1",
"express3": "*",
"flow-bin": "0.46.0",
"graphql": "0.9.2",
"flow-bin": "0.47.0",
"graphql": "0.10.0",
"isparta": "4.0.0",
"mocha": "3.4.2",
"multer": "1.3.0",
Expand Down
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ import type { $Request, $Response } from 'express';
* that returns an Object or a Promise for an Object.
*/
export type Options =
((request: $Request, response: $Response) => OptionsResult)
((request: $Request,
response: $Response,
params?: GraphQLParams) => OptionsResult)
| OptionsResult;
export type OptionsResult = OptionsData | Promise<OptionsData>;
export type OptionsData = {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1643,9 +1643,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@0.46.0:
version "0.46.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.46.0.tgz#06ad7fe19dddb1042264438064a2a32fee12b872"
flow-bin@0.47.0:
version "0.47.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.47.0.tgz#a2a08ab3e0d1f1cb57d17e27b30b118b62fda367"

for-in@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -1815,11 +1815,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"

graphql@0.9.2:
version "0.9.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.9.2.tgz#2cb5c635de13f790a77c5879649cb401b1589386"
graphql@0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.0.tgz#29e4f83d85e79245f8496f40a2232e6e5c5baaee"
dependencies:
iterall "1.0.3"
iterall "^1.1.0"

[email protected]:
version "1.9.2"
Expand Down Expand Up @@ -2179,9 +2179,9 @@ istanbul@^0.4.0:
which "^1.1.1"
wordwrap "^1.0.0"

iterall@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.0.3.tgz#e0b31958f835013c323ff0b10943829ac69aa4b7"
iterall@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.1.tgz#f7f0af11e9a04ec6426260f5019d9fcca4d50214"

jodid25519@^1.0.0:
version "1.0.2"
Expand Down

0 comments on commit e4e42a8

Please sign in to comment.