Skip to content

Commit

Permalink
deps: update dependency eslint to v9.16.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent d30eb8a commit 7805a74
Show file tree
Hide file tree
Showing 8 changed files with 164 additions and 158 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.20241205.0",
"@types/node": "22.8.1",
"eslint": "9.15.0",
"eslint": "9.16.0",
"typescript": "5.7.2",
"wrangler": "3.91.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.7",
"eslint": "9.15.0",
"eslint": "9.16.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"wrangler": "3.91.0"
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": "3.0.0",
"@praha/eslint-config-typescript": "3.0.0",
"@tsconfig/strictest": "2.0.5",
"eslint": "9.15.0",
"eslint": "9.16.0",
"turbo": "2.3.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": "9.15.0",
"eslint": "9.16.0",
"typescript": "5.7.2"
}
}
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.29.1",
"eslint": "9.15.0",
"eslint": "9.16.0",
"typescript": "5.7.2",
"wrangler": "3.91.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": "9.15.0",
"eslint": "9.16.0",
"typescript": "5.7.2"
}
}
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": "9.15.0",
"eslint": "9.16.0",
"typescript": "5.7.2"
}
}
308 changes: 157 additions & 151 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 7805a74

Please sign in to comment.