Skip to content

Commit

Permalink
chore(deps): update jest monorepo (#335)
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 Aug 29, 2023
1 parent d38f32b commit 26e1d0a
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 616 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"jest": "29.6.2",
"jest": "29.6.4",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"publint": "0.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"testEnvironment": "node"
},
"dependencies": {
"jest-environment-jsdom": "29.6.2",
"jest-environment-jsdom": "29.6.4",
"undici": "5.23.0"
},
"devDependencies": {
"@edge-runtime/jest-environment": "2.3.0",
"@edge-runtime/types": "2.1.5",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"jest": "29.6.2",
"jest": "29.6.4",
"ts-jest": "29.1.1",
"tsconfig": "workspace:*",
"tsup": "7.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@changesets/cli": "2.26.2",
"@edge-runtime/jest-environment": "2.3.0",
"@edge-runtime/types": "2.1.5",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-fetch-mock": "3.0.3",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@changesets/cli": "2.26.2",
"@edge-runtime/jest-environment": "2.3.0",
"@edge-runtime/types": "2.1.5",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"jest": "29.6.2",
"jest": "29.6.4",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@edge-runtime/jest-environment": "2.3.0",
"@edge-runtime/types": "2.1.5",
"@neondatabase/serverless": "0.5.6",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@types/ws": "8.5.5",
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"jest": "29.6.2",
"jest": "29.6.4",
"kysely": "0.26.1",
"ts-jest": "29.1.1",
"tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"@changesets/cli": "2.26.2",
"@edge-runtime/jest-environment": "2.3.0",
"@edge-runtime/types": "2.1.5",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@types/ws": "8.5.5",
"eslint": "8.48.0",
"eslint-config-custom": "workspace:*",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"tsconfig": "workspace:*",
Expand Down
Loading

1 comment on commit 26e1d0a

@vercel
Copy link

@vercel vercel bot commented on 26e1d0a Aug 29, 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.