Skip to content

Commit 62420e5

Browse files
Allows versions 6.x of graphql-request to be used. (#449)
* Allows versions 6.x of graphql-request to be used. * Create nervous-apricots-dream.md --------- Co-authored-by: Saihajpreet Singh <[email protected]>
1 parent b60e13c commit 62420e5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/typescript-rtk-query": minor
3+
---
4+
5+
Allows versions `6.x` of `graphql-request`

packages/plugins/typescript/rtk-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"peerDependencies": {
4040
"@reduxjs/toolkit": "^1.6.0",
4141
"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",
42-
"graphql-request": "^3.4.0 || ^4.0.0 || ^5.0.0",
42+
"graphql-request": "^3.4.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
4343
"graphql-tag": "^2.0.0"
4444
},
4545
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)