Skip to content

Commit

Permalink
chore(deps-dev): bump ts-jest from 29.1.1 to 29.2.0
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.2.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.1...v29.2.0)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent fd78f4e commit b1b25a5
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fetch-mock": "^9.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.0"
},
"dependencies": {
"encoding": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/with-caching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"fetch-mock": "^9.11.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.0"
},
"dependencies": {
"@composite-fetcher/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/with-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@composite-fetcher/tsconfig": "workspace:*",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.0"
},
"dependencies": {
"@composite-fetcher/core": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/with-retries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fetch-mock": "^9.11.0",
"@types/node": "^20.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.0"
},
"dependencies": {
"@composite-fetcher/core": "workspace:^",
Expand Down
133 changes: 55 additions & 78 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 b1b25a5

Please sign in to comment.