Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.52.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent b39b358 commit 36c9176
Show file tree
Hide file tree
Showing 9 changed files with 271 additions and 96 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.26.2",
"@vercel/style-guide": "5.0.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"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 @@ -64,7 +64,7 @@
"@edge-runtime/types": "2.2.6",
"@types/jest": "29.5.7",
"@types/node": "18.18.6",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"ts-jest": "29.1.1",
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.6",
"@types/jest": "29.5.7",
"@types/node": "18.18.6",
"eslint": "8.51.0",
"eslint": "8.52.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.6",
"@types/jest": "29.5.7",
"@types/node": "18.18.6",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"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.7",
"@types/node": "18.18.6",
"@types/ws": "8.5.8",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"kysely": "0.26.3",
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.7",
"@types/node": "18.18.6",
"@types/ws": "8.5.8",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "2.8.8",
Expand Down
Loading

1 comment on commit 36c9176

@vercel
Copy link

@vercel vercel bot commented on 36c9176 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.