Skip to content

Commit

Permalink
fix(peer deps): Add compatible version instead of higher than
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxikowy committed Apr 16, 2024
1 parent 4c04640 commit e0896a9
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 @@ -27,7 +27,7 @@
"next.js"
],
"peerDependencies": {
"eslint": ">= 8",
"eslint": "^8.57.0",
"next": "*"
},
"dependencies": {
Expand Down

0 comments on commit e0896a9

Please sign in to comment.