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] authored May 10, 2024
1 parent a533eda commit ae15b83
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 174 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"typescript": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-import": ">= 2"
},
"dependencies": {
"eslint": "^8.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4"
},
Expand Down
Loading

0 comments on commit ae15b83

Please sign in to comment.