Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
renovate-bot committed Nov 29, 2024
1 parent cc28f5f commit 957cbd2
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
@@ -18,7 +18,7 @@
"eslint-plugin-unicorn": "56.0.1"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3"
},
@@ -35,7 +35,7 @@
"test": "jest ./test/test.spec.js"
},
"peerDependencies": {
"eslint": "^8.18.0",
"eslint": "^8.18.0 || ^9.0.0",
"prettier": "^3.0.0"
},
"publishConfig": {

0 comments on commit 957cbd2

Please sign in to comment.