Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent b308f15 commit bed4e4c
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/node": "20.8.10",
"@types/signale": "1.4.7",
"@types/stylelint": "14.0.0",
"eslint": "^7.32.0",
"eslint": "^9.12.0",
"husky": "^7.0.1",
"jest": "^27.5.1",
"prettier": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit bed4e4c

Please sign in to comment.