Skip to content

Commit e446ff5

Browse files
Deps: Update dependency eslint to v9
1 parent 017481b commit e446ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-config-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"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"
3333
},
3434
"peerDependencies": {
35-
"eslint": "^8"
35+
"eslint": "^8 || ^9.0.0"
3636
}
3737
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ __metadata:
17431743
"@lmc-eu/eslint-config-base": "npm:^3.1.3"
17441744
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"
17451745
peerDependencies:
1746-
eslint: ^8
1746+
eslint: ^8 || ^9.0.0
17471747
languageName: unknown
17481748
linkType: soft
17491749

0 commit comments

Comments
 (0)