Skip to content

Commit

Permalink
chore(deps): update dependency graphql-tools to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 2, 2018
1 parent d98c4e7 commit 228f249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ava": "0.25.0",
"graphql": "0.13.2",
"graphql-middleware": "1.7.8",
"graphql-tools": "4.0.2",
"graphql-tools": "4.0.3",
"prettier": "1.14.3",
"prettier-check": "2.0.0",
"semantic-release": "15.8.1",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,17 @@ graphql-middleware@1.7.8:
dependencies:
graphql-tools "^4.0.2"

graphql-tools@4.0.2, graphql-tools@^4.0.2:
graphql-tools@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
dependencies:
apollo-link "^1.2.3"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
uuid "^3.1.0"

graphql-tools@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.2.tgz#9da22974cc6bf6524ed4f4af35556fd15aa6516d"
dependencies:
Expand Down

0 comments on commit 228f249

Please sign in to comment.