Skip to content

Commit

Permalink
fix: Relax peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Schroeder committed May 13, 2024
1 parent 5d77341 commit 03fa4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"repository": "https://github.com/alchemisten/eslint-config.git",
"peerDependencies": {
"eslint": ">= 8.23.1 < 9",
"eslint-import-resolver-typescript": ">= 4",
"prettier": ">= 3 < 4"
"eslint": ">= 8",
"eslint-import-resolver-typescript": ">= 3",
"prettier": ">= 3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down

0 comments on commit 03fa4b2

Please sign in to comment.