Skip to content

Commit

Permalink
deps: update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 0c379b5 commit 705a006
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@cloudflare/workers-types": "4.20241112.0",
"@types/node": "22.8.1",
"eslint": "8.57.1",
"eslint": "9.15.0",
"typescript": "5.6.3",
"wrangler": "3.87.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vanilla-extract/next-plugin": "2.4.6",
"eslint": "8.57.1",
"eslint": "9.15.0",
"eslint-config-next": "14.2.18",
"tsx": "4.19.2",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@praha/eslint-config-style": "2.0.9",
"@praha/eslint-config-typescript": "2.0.8",
"@tsconfig/strictest": "2.0.5",
"eslint": "8.57.1",
"eslint": "9.15.0",
"turbo": "2.2.3"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"neverthrow": "8.1.1"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint": "9.15.0",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "22.8.1",
"drizzle-kit": "0.28.1",
"eslint": "8.57.1",
"eslint": "9.15.0",
"typescript": "5.6.3",
"wrangler": "3.87.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "22.8.1",
"eslint": "8.57.1",
"eslint": "9.15.0",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/neverthrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"neverthrow": "8.1.1"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint": "9.15.0",
"typescript": "5.6.3"
}
}

0 comments on commit 705a006

Please sign in to comment.