Skip to content

Commit

Permalink
Fix eslint-config-next version in package.json (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBAnders authored Oct 31, 2023
1 parent 27316af commit d09b1e5
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 @@ -23,7 +23,7 @@
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unicorn": "^48.0.1",
Expand Down

0 comments on commit d09b1e5

Please sign in to comment.