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 6, 2024
1 parent a2a4757 commit 38121ef
Show file tree
Hide file tree
Showing 9 changed files with 589 additions and 39 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.7",
"@vercel/style-guide": "5.2.0",
"eslint": "8.56.0",
"eslint": "9.9.1",
"eslint-config-custom": "workspace:*",
"husky": "9.0.11",
"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.12",
"@types/node": "20.14.15",
"eslint": "8.56.0",
"eslint": "9.9.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.12",
"@types/node": "20.14.15",
"eslint": "8.56.0",
"eslint": "9.9.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.12",
"@types/node": "20.14.15",
"eslint": "8.56.0",
"eslint": "9.9.1",
"eslint-config-custom": "workspace:*",
"husky": "9.0.11",
"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.12",
"@types/node": "20.14.15",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint": "9.9.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.12",
"@types/node": "20.14.15",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint": "9.9.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.3.2",
Expand Down
Loading

0 comments on commit 38121ef

Please sign in to comment.