Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade version of "graphql-request" #4026

Merged
merged 2 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/rtk-query-graphql-request-base-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "microbundle watch"
},
"dependencies": {
"graphql-request": "^4.0.0"
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.1",
Expand Down
47 changes: 39 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5564,6 +5564,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-typed-document-node/core@npm:^3.2.0":
version: 3.2.0
resolution: "@graphql-typed-document-node/core@npm:3.2.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: fa44443accd28c8cf4cb96aaaf39d144a22e8b091b13366843f4e97d19c7bfeaf609ce3c7603a4aeffe385081eaf8ea245d078633a7324c11c5ec4b2011bb76d
languageName: node
linkType: hard

"@handlebars/parser@npm:^1.1.0":
version: 1.1.0
resolution: "@handlebars/parser@npm:1.1.0"
Expand Down Expand Up @@ -6779,7 +6788,7 @@ __metadata:
dependencies:
"@reduxjs/toolkit": ^1.6.0
graphql: ^16.5.0
graphql-request: ^4.0.0
graphql-request: ^4.0.0 || ^5.0.0 || ^6.0.0
microbundle: ^0.13.3
rimraf: ^3.0.2
typescript: ^4.3.4
Expand Down Expand Up @@ -11949,6 +11958,15 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.5":
version: 3.1.6
resolution: "cross-fetch@npm:3.1.6"
dependencies:
node-fetch: ^2.6.11
checksum: 704b3519ab7de488328cc49a52cf1aa14132ec748382be5b9557b22398c33ffa7f8c2530e8a97ed8cb55da52b0a9740a9791d361271c4591910501682d981d9c
languageName: node
linkType: hard

"cross-spawn@npm:^6.0.0":
version: 6.0.5
resolution: "cross-spawn@npm:6.0.5"
Expand Down Expand Up @@ -15704,16 +15722,15 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"graphql-request@npm:^4.0.0":
version: 4.0.0
resolution: "graphql-request@npm:4.0.0"
"graphql-request@npm:^4.0.0 || ^5.0.0 || ^6.0.0":
version: 6.1.0
resolution: "graphql-request@npm:6.1.0"
dependencies:
cross-fetch: ^3.0.6
extract-files: ^9.0.0
form-data: ^3.0.0
"@graphql-typed-document-node/core": ^3.2.0
cross-fetch: ^3.1.5
peerDependencies:
graphql: 14 - 16
checksum: 0d16c7f06360679c022faaa19554c2693e200263beae0dec920b0668f6c48b0d08de6e1155a50a050283a58a878b29b04db129a2d932a645bfadbe8d55530243
checksum: 6d62630a0169574442320651c1f7626c0c602025c3c46b19e09417c9579bb209306ee63de9793a03be2e1701bb7f13971f8545d99bc6573e340f823af0ad35b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -20181,6 +20198,20 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"node-fetch@npm:^2.6.11":
version: 2.6.11
resolution: "node-fetch@npm:2.6.11"
dependencies:
whatwg-url: ^5.0.0
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
encoding:
optional: true
checksum: 249d0666a9497553384d46b5ab296ba223521ac88fed4d8a17d6ee6c2efb0fc890f3e8091cafe7f9fba8151a5b8d925db2671543b3409a56c3cd522b468b47b3
languageName: node
linkType: hard

"node-forge@npm:^1":
version: 1.3.1
resolution: "node-forge@npm:1.3.1"
Expand Down