Skip to content

Commit edb47ea

Browse files
igrlkdotansimha
andauthored
Add graphql^17.0.0 to core peer deps (#144)
Co-authored-by: Dotan Simha <[email protected]>
1 parent 2618ddf commit edb47ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wet-insects-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-typed-document-node/core": patch
3+
---
4+
5+
Added graphql@v17 to peerDependencies

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prepack": "bob prepack"
1515
},
1616
"peerDependencies": {
17-
"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+
"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"
1818
},
1919
"publishConfig": {
2020
"directory": "dist",

0 commit comments

Comments
 (0)