Skip to content

Commit dc29c27

Browse files
authored
update graphql-js peer dependency range (#764)
1 parent 2f4dcc3 commit dc29c27

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/blue-bags-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
update graphql-js peer dependency range

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "4.4.4"
4646
},
4747
"peerDependencies": {
48-
"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"
48+
"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"
4949
},
5050
"buildOptions": {
5151
"input": "./src/index.ts",

0 commit comments

Comments
 (0)