Skip to content

Commit

Permalink
fix(deps): update dependency graphql-tools to v3 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and schickling committed Apr 30, 2018
1 parent bcafed5 commit 64ecf10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "2.7.2"
},
"dependencies": {
"graphql-tools": "2.21.0",
"graphql-tools": "3.0.0",
"iterall": "1.2.2",
"object-path-immutable": "^1.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ anymatch@^1.3.0:
micromatch "^2.1.5"
normalize-path "^2.0.0"

apollo-link@1.2.1, apollo-link@^1.1.0:
apollo-link@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.1.tgz#c120b16059f9bd93401b9f72b94d2f80f3f305d2"
dependencies:
Expand Down Expand Up @@ -1316,11 +1316,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql-tools@2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.21.0.tgz#c0d0fbda6f40a87c8d267a2989ade2ae8b9a288e"
graphql-tools@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.0.tgz#ff22ad15315fc268de8639d03936b911d78b9e9b"
dependencies:
apollo-link "^1.1.0"
apollo-link "1.2.1"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
Expand Down

0 comments on commit 64ecf10

Please sign in to comment.