Skip to content

Commit

Permalink
chore(eslint-config): Update peer dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 11, 2024
1 parent 425e3f9 commit 690a7db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">7.0.0",
"@typescript-eslint/parser": ">7.0.0",
"eslint": ">8.0.0",
"@typescript-eslint/eslint-plugin": ">7.0.0 <8.0.0",
"@typescript-eslint/parser": ">7.0.0 <8.0.0",
"eslint": ">8.0.0 <9.0.0",
"eslint-import-resolver-typescript": ">3.0.0",
"eslint-plugin-import": ">2.0.0",
"eslint-plugin-require-extensions": ">0.1.0"
Expand Down

0 comments on commit 690a7db

Please sign in to comment.