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 Aug 15, 2024
1 parent dca9772 commit 46ef530
Show file tree
Hide file tree
Showing 9 changed files with 594 additions and 44 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.0",
"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.0",
"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.0",
"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.0",
"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.0",
"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 @@ -56,7 +56,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint": "9.9.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.3.2",
Expand Down
Loading

0 comments on commit 46ef530

Please sign in to comment.