Skip to content

Commit 02630d2

Browse files
authored
fix: update graphql-request dependency to include version ^7.0.0 (#4987)
1 parent 1b95037 commit 02630d2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/rtk-query-graphql-request-base-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:watch": "vitest"
2626
},
2727
"dependencies": {
28-
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
28+
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2929
},
3030
"peerDependencies": {
3131
"@reduxjs/toolkit": "^1.7.1 || ^2.0.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8157,7 +8157,7 @@ __metadata:
81578157
"@reduxjs/toolkit": "npm:^1.6.0 || ^2.0.0"
81588158
"@types/node": "npm:^20.11.0"
81598159
graphql: "npm:^16.5.0"
8160-
graphql-request: "npm:^4.0.0 || ^5.0.0 || ^6.0.0"
8160+
graphql-request: "npm:^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
81618161
microbundle: "npm:^0.13.3"
81628162
rimraf: "npm:^3.0.2"
81638163
typescript: "npm:^5.8.2"
@@ -17880,6 +17880,17 @@ __metadata:
1788017880
languageName: node
1788117881
linkType: hard
1788217882

17883+
"graphql-request@npm:^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0":
17884+
version: 7.1.2
17885+
resolution: "graphql-request@npm:7.1.2"
17886+
dependencies:
17887+
"@graphql-typed-document-node/core": "npm:^3.2.0"
17888+
peerDependencies:
17889+
graphql: 14 - 16
17890+
checksum: 10/08e6612d88103ced678f210e4c1a50366ca882622c6383e974aa285963e33c24979fea62aaeb4380b2c1069abd640346d132509f1350f4d4decdf5122ed21e16
17891+
languageName: node
17892+
linkType: hard
17893+
1788317894
"graphql-tag@npm:^2.11.0":
1788417895
version: 2.12.6
1788517896
resolution: "graphql-tag@npm:2.12.6"

0 commit comments

Comments
 (0)