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 Sep 3, 2024
1 parent f35a2e3 commit 9402208
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 @@ -15,7 +15,7 @@
"eslint-plugin-unicorn": "55.0.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"prettier": "3.3.3"
},
Expand All @@ -27,7 +27,7 @@
"main": "index.js",
"name": "@open-turo/eslint-config",
"peerDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.50.0 || ^9.0.0",
"prettier": "^3.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 9402208

Please sign in to comment.