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 017481b commit e446ff5Copy full SHA for e446ff5
packages/eslint-config-graphql/package.json
@@ -32,6 +32,6 @@
32
"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"
33
},
34
"peerDependencies": {
35
- "eslint": "^8"
+ "eslint": "^8 || ^9.0.0"
36
}
37
yarn.lock
@@ -1743,7 +1743,7 @@ __metadata:
1743
"@lmc-eu/eslint-config-base": "npm:^3.1.3"
1744
graphql: "npm:^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"
1745
peerDependencies:
1746
- eslint: ^8
+ eslint: ^8 || ^9.0.0
1747
languageName: unknown
1748
linkType: soft
1749
0 commit comments