Skip to content

Commit

Permalink
chore(deps): update dependency eslint to ^9.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent d8fef62 commit 708221a
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 195 deletions.
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dotenv": "^16.4.5",
"drizzle-orm": "^0.35.1",
"encoding": "^0.1.13",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"eslint-config-next": "14.2.15",
"eslint-plugin-react-compiler": "^0.0.0-experimental-d0e920e-20240815",
"fs": "0.0.1-security",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@local/prettier-config": "workspace:*",
"@local/tsconfig": "workspace:*",
"@local/validators": "workspace:*",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/pg": "^8.11.10",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"pg": "^8.13.0",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@local/eslint-config": "workspace:*",
"@local/prettier-config": "workspace:*",
"@local/tsconfig": "workspace:*",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
380 changes: 191 additions & 189 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@local/tsconfig": "workspace:*",
"@types/eslint": "^9.6.1",
"bun-types": "^1.1.30",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"eslint-import-resolver-typescript-bun": "^0.0.104",
"eslint-plugin-react-compiler": "^0.0.0-experimental-d0e920e-20240815",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@local/tsconfig": "workspace:*",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down

0 comments on commit 708221a

Please sign in to comment.