Skip to content

Commit a964073

Browse files
committed
upgrade graphql-tools to v7
1 parent c663050 commit a964073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gatsby-source-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.11.2",
11-
"@graphql-tools/links": "^6.2.5",
12-
"@graphql-tools/utils": "^6.2.4",
13-
"@graphql-tools/wrap": "^6.2.4",
11+
"@graphql-tools/links": "^7.0.3",
12+
"@graphql-tools/utils": "^7.0.2",
13+
"@graphql-tools/wrap": "^7.0.1",
1414
"apollo-link": "1.2.14",
1515
"apollo-link-http": "^1.5.17",
1616
"dataloader": "^2.0.0",

0 commit comments

Comments
 (0)