Skip to content

Commit

Permalink
fix(deps): update dependency graphql-tools to v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 24, 2018
1 parent 9c20df6 commit 209ca73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cross-fetch": "1.1.1",
"graphql": "0.12.3",
"graphql-binding": "1.2.0",
"graphql-tools": "2.18.0"
"graphql-tools": "2.19.0"
},
"devDependencies": {
"@types/graphql": "0.12.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ graphql-tools@2.18.0:
graphql-subscriptions "^0.5.6"
uuid "^3.1.0"

graphql-tools@2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.19.0.tgz#04e1065532ab877aff3ad1883530fb56804ce9bf"
dependencies:
apollo-link "^1.0.0"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
graphql-subscriptions "^0.5.6"
uuid "^3.1.0"

graphql@0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
Expand Down

0 comments on commit 209ca73

Please sign in to comment.