Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 400ba6f commit bb87b94
Show file tree
Hide file tree
Showing 9 changed files with 600 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@changesets/cli": "2.27.8",
"@vercel/style-guide": "5.2.0",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"husky": "9.1.6",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/bytes": "3.1.4",
"@types/jest": "29.5.13",
"@types/node": "22.6.1",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.13",
"@types/node": "22.6.1",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.13",
"@types/node": "22.6.1",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"husky": "9.1.6",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "29.5.13",
"@types/node": "22.6.1",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"kysely": "0.27.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/jest": "29.5.13",
"@types/node": "22.6.1",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit bb87b94

Please sign in to comment.