Skip to content

Commit

Permalink
Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent 1933ebf commit 7133b87
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 @@ -14,15 +14,15 @@
},
"peerDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
"eslint": "^8.23.1",
"eslint": "^8.23.1 || ^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^53.0.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
"eslint": "8.57.0",
"eslint": "9.3.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-sonarjs": "0.25.1",
Expand Down

0 comments on commit 7133b87

Please sign in to comment.