Skip to content

Commit 275d40a

Browse files
authored
fix(graphql-request): allow v4 as peer dependency (#7469)
* fix(graphql-request): allow v4 as peer dependency * changeset
1 parent 1cbda59 commit 275d40a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎.changeset/empty-phones-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-codegen/typescript-graphql-request': patch
3+
---
4+
5+
Allow `graphql-request@4` in `peerDependencies` range

‎packages/plugins/typescript/graphql-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"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",
24-
"graphql-request": "^3.4.0",
24+
"graphql-request": "^3.4.0 || ^4.0.0",
2525
"graphql-tag": "^2.0.0"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)