Skip to content

Commit

Permalink
chore(deps): update dependency eslint to ^9.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent a236b4e commit d230aea
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 101 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.33.0",
"encoding": "^0.1.13",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-next": "14.2.13",
"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.11.0",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
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.24.2",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"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.11.0",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
Expand Down
204 changes: 109 additions & 95 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.29",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"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.11.0",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
Expand Down

0 comments on commit d230aea

Please sign in to comment.