Skip to content

Commit

Permalink
Allow `@typescript-eslint/parser@^7 as peer dependency
Browse files Browse the repository at this point in the history
This resolves #74, #75
  • Loading branch information
k1rd3rf committed Feb 21, 2024
1 parent b8e831f commit 6817746
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 6817746

Please sign in to comment.