Skip to content

Commit 2d3f0ee

Browse files
committed
graphql ^15.10.1 peer dependencies
1 parent 57c2e9f commit 2d3f0ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.js"
8888
},
8989
"peerDependencies": {
90-
"graphql": "^15.10.0 || ^16.10.0"
90+
"graphql": "^15.10.1 || ^16.10.0"
9191
},
9292
"devDependencies": {
9393
"@changesets/changelog-github": "^0.5.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ __metadata:
24872487
vitest: "npm:^2.1.8"
24882488
ws: "npm:^8.18.0"
24892489
peerDependencies:
2490-
graphql: ^15.10.0 || ^16.10.0
2490+
graphql: ^15.10.1 || ^16.10.0
24912491
languageName: unknown
24922492
linkType: soft
24932493

0 commit comments

Comments
 (0)