Skip to content

Commit

Permalink
fix: specify peer dependency ranges correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 10, 2021
1 parent 3a12aec commit cb87458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -123,8 +123,8 @@
"typescript": "^4.4.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 4",
"eslint": ">=6"
"@typescript-eslint/eslint-plugin": "^4.0.0",
"eslint": "^6.0.0 || ^7.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -4434,8 +4434,8 @@ __metadata:
ts-node: ^10.2.1
typescript: ^4.4.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ">= 4"
eslint: ">=6"
"@typescript-eslint/eslint-plugin": ^4.0.0
eslint: ^6.0.0 || ^7.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit cb87458

Please sign in to comment.