Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v8.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent eb1fd37 commit 65a00e5
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 73 deletions.
2 changes: 1 addition & 1 deletion code/react/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-react": "7.36.1",
"msw": "1.3.1",
"typescript": "5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"main": "index.js",
"dependencies": {
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-turbo": "2.1.1",
"@typescript-eslint/parser": "8.5.0"
}
Expand Down
Loading

0 comments on commit 65a00e5

Please sign in to comment.