Skip to content

Commit fbe9302

Browse files
committedMay 10, 2018
fix: update grahql-tools
1 parent d2ee5fb commit fbe9302

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cross-fetch": "2.1.1",
3737
"graphql-binding": "^1.4.0-beta.28",
3838
"graphql-import": "0.5.2",
39-
"graphql-tools": "3.0.0",
39+
"graphql-tools": "3.0.1",
4040
"http-link-dataloader": "^0.1.2",
4141
"jsonwebtoken": "^8.2.1",
4242
"subscriptions-transport-ws": "0.9.8"

‎yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,16 @@ graphql-tools@3.0.0:
13281328
iterall "^1.1.3"
13291329
uuid "^3.1.0"
13301330

1331+
graphql-tools@3.0.1:
1332+
version "3.0.1"
1333+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.1.tgz#456c27061fb2f1040f6bb7bf8a68459651090462"
1334+
dependencies:
1335+
apollo-link "1.2.1"
1336+
apollo-utilities "^1.0.1"
1337+
deprecated-decorator "^0.1.6"
1338+
iterall "^1.1.3"
1339+
uuid "^3.1.0"
1340+
13311341
graphql@0.13.2:
13321342
version "0.13.2"
13331343
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"

0 commit comments

Comments
 (0)
Please sign in to comment.