Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29.1.5 (#704)
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 Jul 2, 2024
1 parent a25e77d commit f6f99da
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint-staged": "15.2.7",
"prettier": "3.2.5",
"publint": "0.2.8",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"turbo": "1.12.4",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2"
},
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 @@ -55,7 +55,7 @@
"jest-fetch-mock": "3.0.3",
"node-domexception": "2.0.1",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "5.3.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 @@ -57,7 +57,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.7",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "5.3.3"
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 @@ -58,7 +58,7 @@
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"kysely": "0.27.3",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "5.3.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 @@ -60,7 +60,7 @@
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "5.3.3"
Expand Down
42 changes: 24 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6f99da

Please sign in to comment.