Skip to content

Commit 04b2bf2

Browse files
authored
fix: allow @typescript-eslint/eslint-plugin v6 as peer dep (#1400)
Fixes #1398
1 parent a1131ff commit 04b2bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"typescript": "^5.0.4"
145145
},
146146
"peerDependencies": {
147-
"@typescript-eslint/eslint-plugin": "^5.0.0",
147+
"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0",
148148
"eslint": "^7.0.0 || ^8.0.0",
149149
"jest": "*"
150150
},

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,7 @@ __metadata:
49614961
ts-node: ^10.2.1
49624962
typescript: ^5.0.4
49634963
peerDependencies:
4964-
"@typescript-eslint/eslint-plugin": ^5.0.0
4964+
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0
49654965
eslint: ^7.0.0 || ^8.0.0
49664966
jest: "*"
49674967
peerDependenciesMeta:

0 commit comments

Comments
 (0)