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 11, 2024
1 parent 7bbfc22 commit 2319ae8
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "0.34.6",
"eslint": "8.57.0"
"eslint": "9.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.5.6",
Expand Down
Loading

0 comments on commit 2319ae8

Please sign in to comment.