Skip to content

Commit 7133b87

Browse files
Update dependency eslint to v9
1 parent 1933ebf commit 7133b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"peerDependencies": {
1616
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
17-
"eslint": "^8.23.1",
17+
"eslint": "^8.23.1 || ^9.0.0",
1818
"eslint-config-standard": "^17.0.0",
1919
"eslint-plugin-jsdoc": "^48.0.0",
2020
"eslint-plugin-sonarjs": "^0.25.0",
2121
"eslint-plugin-unicorn": "^53.0.0"
2222
},
2323
"devDependencies": {
2424
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
25-
"eslint": "8.57.0",
25+
"eslint": "9.3.0",
2626
"eslint-config-standard": "17.1.0",
2727
"eslint-plugin-jsdoc": "48.2.5",
2828
"eslint-plugin-sonarjs": "0.25.1",

0 commit comments

Comments
 (0)