Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2024
1 parent 8653638 commit fac7197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-unicorn": "52.0.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.2.0",
"prettier": "3.2.5"
},
"engines": {
Expand All @@ -34,7 +34,7 @@
"test": "echo noop"
},
"peerDependencies": {
"eslint": "^8.18.0",
"eslint": "^8.18.0 || ^9.0.0",
"prettier": "^3.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit fac7197

Please sign in to comment.