Skip to content

Commit

Permalink
Merge pull request #76 from k1rd3rf/allow-ts-eslint-parser-version-7-…
Browse files Browse the repository at this point in the history
…as-peer-dependency

Allow ``@typescript-eslint/parser@^7` as peer dependency
  • Loading branch information
infctr authored Feb 26, 2024
2 parents b8e831f + 6817746 commit e3ad245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@typescript-eslint/parser": "^6",
"@typescript-eslint/parser": "^6 || ^7",
"eslint": "^7 || ^8",
"typescript": "^3 || ^4 || ^5"
},
Expand Down

0 comments on commit e3ad245

Please sign in to comment.