Skip to content

Commit 8479f4e

Browse files
fix(deps): update graphql-tools to v9
1 parent 8341829 commit 8479f4e

File tree

3 files changed

+348
-13
lines changed

3 files changed

+348
-13
lines changed

packages/loaders/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6565
},
6666
"dependencies": {
67-
"@graphql-tools/github-loader": "8.0.19",
67+
"@graphql-tools/github-loader": "9.0.0",
6868
"tslib": "2.6.2"
6969
},
7070
"devDependencies": {

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6565
},
6666
"dependencies": {
67-
"@graphql-tools/url-loader": "8.0.31",
67+
"@graphql-tools/url-loader": "9.0.0",
6868
"tslib": "2.6.2"
6969
},
7070
"devDependencies": {

0 commit comments

Comments
 (0)