Skip to content

Commit

Permalink
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.5.
- [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.2.4...v29.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d510dcc commit 952d12f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 44 deletions.
56 changes: 17 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-cli": "29.7.0",
"memfs": "4.11.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jest-date-mock": "1.0.10",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest-date-mock": "1.0.10",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"rollup": "4.21.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash": "4.17.21",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 952d12f

Please sign in to comment.