Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 1b6caa9 commit ec8ed8f
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 54 deletions.
91 changes: 42 additions & 49 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion workspaces/js-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^20",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion workspaces/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^20",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion workspaces/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react": "^19",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion workspaces/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react": "^19",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion workspaces/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^20",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}

0 comments on commit ec8ed8f

Please sign in to comment.