Skip to content

Commit

Permalink
Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 2592f94 commit 9e155ae
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 134 deletions.
2 changes: 1 addition & 1 deletion apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"ts-jest": "29.1.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest-dom": "5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "7.12.0",
"aspida": "1.14.0",
"eslint": "8.57.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-aspida": "0.1.0",
"prettier": "3.3.1",
Expand Down
Loading

0 comments on commit 9e155ae

Please sign in to comment.