Skip to content

Commit

Permalink
fix: allow @typescript-eslint/eslint-plugin v6 as peer dep (#1400)
Browse files Browse the repository at this point in the history
Fixes #1398
  • Loading branch information
SimenB committed Jul 13, 2023
1 parent a1131ff commit 04b2bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,7 +144,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0",
"eslint": "^7.0.0 || ^8.0.0",
"jest": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4961,7 +4961,7 @@ __metadata:
ts-node: ^10.2.1
typescript: ^5.0.4
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0
eslint: ^7.0.0 || ^8.0.0
jest: "*"
peerDependenciesMeta:
Expand Down

0 comments on commit 04b2bf2

Please sign in to comment.