Skip to content

Commit

Permalink
update graphql-js peer dependency range (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 9, 2021
1 parent 2f4dcc3 commit dc29c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/blue-bags-rush.md
@@ -0,0 +1,5 @@
---
'@graphql-eslint/eslint-plugin': patch
---

update graphql-js peer dependency range
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Expand Up @@ -45,7 +45,7 @@
"typescript": "4.4.4"
},
"peerDependencies": {
"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"
"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"
},
"buildOptions": {
"input": "./src/index.ts",
Expand Down

0 comments on commit dc29c27

Please sign in to comment.