Skip to content

Commit b745842

Browse files
committed
fix: update graphql-request dependency to include version ^7.0.0
1 parent af3e75b commit b745842

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
@@ -24,7 +24,7 @@
2424
"test": "true"
2525
},
2626
"dependencies": {
27-
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
27+
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2828
},
2929
"peerDependencies": {
3030
"@reduxjs/toolkit": "^1.7.1 || ^2.0.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8156,7 +8156,7 @@ __metadata:
81568156
dependencies:
81578157
"@reduxjs/toolkit": "npm:^1.6.0 || ^2.0.0"
81588158
graphql: "npm:^16.5.0"
8159-
graphql-request: "npm:^4.0.0 || ^5.0.0 || ^6.0.0"
8159+
graphql-request: "npm:^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
81608160
microbundle: "npm:^0.13.3"
81618161
rimraf: "npm:^3.0.2"
81628162
typescript: "npm:^5.8.2"
@@ -17878,6 +17878,17 @@ __metadata:
1787817878
languageName: node
1787917879
linkType: hard
1788017880

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

0 commit comments

Comments
 (0)