We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4dcc3 commit dc29c27Copy full SHA for dc29c27
.changeset/blue-bags-rush.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-eslint/eslint-plugin': patch
3
4
+
5
+update graphql-js peer dependency range
packages/plugin/package.json
@@ -45,7 +45,7 @@
45
"typescript": "4.4.4"
46
},
47
"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"
+ "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"
49
50
"buildOptions": {
51
"input": "./src/index.ts",
0 commit comments