Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7e66ac8

Browse files
build(deps-dev): bump ts-jest from 29.2.1 to 29.2.2 (#7007)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.1 to 29.2.2. - [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.1...v29.2.2) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78c6489 commit 7e66ac8

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"jest-config": "^29.0.1",
9090
"prettier": "^3.3.2",
9191
"start-server-and-test": "^2.0.4",
92-
"ts-jest": "^29.2.1",
92+
"ts-jest": "^29.2.2",
9393
"ts-jest-resolver": "^2.0.1",
9494
"ts-node": "^10.9.2",
9595
"typedoc": "^0.26.4",

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"process": "^0.11.10",
7171
"shx": "^0.3.4",
7272
"start-server-and-test": "^2.0.4",
73-
"ts-jest": "^29.2.1",
73+
"ts-jest": "^29.2.2",
7474
"ts-node": "^10.9.2",
7575
"typedoc": "^0.26.4",
7676
"typescript": "^5.5.3"

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jest": "^29.7.0",
6262
"prettier": "^3.3.2",
6363
"start-server-and-test": "^2.0.4",
64-
"ts-jest": "^29.2.1",
64+
"ts-jest": "^29.2.2",
6565
"ts-node": "^10.9.2",
6666
"typedoc": "^0.26.4",
6767
"typescript": "^5.5.3"

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"rimraf": "^6.0.0",
7575
"rollup": "^4.18.1",
7676
"rollup-plugin-dts": "^6.1.1",
77-
"ts-jest": "^29.2.1",
77+
"ts-jest": "^29.2.2",
7878
"typescript": "^5.5.3"
7979
},
8080
"jest": {

0 commit comments

Comments
 (0)