Skip to content

Commit cb87458

Browse files
committed
fix: specify peer dependency ranges correctly
1 parent 3a12aec commit cb87458

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
"typescript": "^4.4.0"
124124
},
125125
"peerDependencies": {
126-
"@typescript-eslint/eslint-plugin": ">= 4",
127-
"eslint": ">=6"
126+
"@typescript-eslint/eslint-plugin": "^4.0.0",
127+
"eslint": "^6.0.0 || ^7.0.0"
128128
},
129129
"peerDependenciesMeta": {
130130
"@typescript-eslint/eslint-plugin": {

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4434,8 +4434,8 @@ __metadata:
44344434
ts-node: ^10.2.1
44354435
typescript: ^4.4.0
44364436
peerDependencies:
4437-
"@typescript-eslint/eslint-plugin": ">= 4"
4438-
eslint: ">=6"
4437+
"@typescript-eslint/eslint-plugin": ^4.0.0
4438+
eslint: ^6.0.0 || ^7.0.0
44394439
peerDependenciesMeta:
44404440
"@typescript-eslint/eslint-plugin":
44414441
optional: true

0 commit comments

Comments
 (0)