Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent b18d344 commit de89118
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 345 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nx": "^15.9.2",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.4",
"typescript": "^5.0.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/custodyKeyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"ts-jest": "26.4.4"
"ts-jest": "29.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "26.4.4"
"ts-jest": "29.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/transactionUpdate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@metamask/obs-store": "^8.0.0"
},
"devDependencies": {
"ts-jest": "26.4.4"
"ts-jest": "29.1.4"
}
}
Loading

0 comments on commit de89118

Please sign in to comment.