Skip to content

Commit cd04ffd

Browse files
fix(deps): update dependency eslint to v9
1 parent 50be422 commit cd04ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/markdown-it": "14.1.1",
7676
"@typescript-eslint/eslint-plugin": "7.15.0",
7777
"@typescript-eslint/parser": "7.15.0",
78-
"eslint": "8.57.0",
78+
"eslint": "9.6.0",
7979
"eslint-plugin-react": "7.34.3",
8080
"eslint-plugin-react-hooks": "4.6.2",
8181
"eslint-plugin-react-refresh": "^0.4.5",

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "20.14.9",
2727
"@typescript-eslint/eslint-plugin": "7.15.0",
2828
"@typescript-eslint/parser": "7.15.0",
29-
"eslint": "8.57.0",
29+
"eslint": "9.6.0",
3030
"eslint-plugin-playwright": "1.6.2",
3131
"prettier": "3.3.2"
3232
}

0 commit comments

Comments
 (0)