Skip to content

Commit

Permalink
Merge pull request #356 from mizdra/fix-peer-deps
Browse files Browse the repository at this point in the history
Fix peer deps range
  • Loading branch information
mizdra committed May 11, 2024
2 parents a5ab787 + 31e24b4 commit c4f0f90
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 @@ -70,7 +70,7 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"eslint": ">=8.45.0, 9.0.0-alpha.0"
"eslint": "^8.45.0 || ^9.0.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit c4f0f90

Please sign in to comment.