Skip to content

Commit 555bc90

Browse files
fix(deps): update graphql-tools
1 parent 975cece commit 555bc90

File tree

4 files changed

+347
-166
lines changed

4 files changed

+347
-166
lines changed

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@graphql-tools/executor-http": "^2.0.0",
6+
"@graphql-tools/executor-http": "^3.0.0",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0"
99
},

examples/react/nextjs-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://127.0.0.1:3000 test"
1313
},
1414
"dependencies": {
15-
"@graphql-tools/executor-http": "^2.0.0",
15+
"@graphql-tools/executor-http": "^3.0.0",
1616
"next": "13.3.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

packages/graphql-codegen-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@graphql-tools/apollo-engine-loader": "^8.0.0",
5050
"@graphql-tools/code-file-loader": "^8.0.0",
5151
"@graphql-tools/git-loader": "^8.0.0",
52-
"@graphql-tools/github-loader": "^8.0.0",
52+
"@graphql-tools/github-loader": "^9.0.0",
5353
"@graphql-tools/graphql-file-loader": "^8.0.0",
5454
"@graphql-tools/json-file-loader": "^8.0.0",
5555
"@graphql-tools/load": "^8.1.0",
56-
"@graphql-tools/url-loader": "^8.0.0",
56+
"@graphql-tools/url-loader": "^9.0.0",
5757
"@graphql-tools/utils": "^10.0.0",
5858
"@inquirer/prompts": "^7.8.2",
5959
"@whatwg-node/fetch": "^0.10.0",

0 commit comments

Comments
 (0)