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

Commit 028b205

Browse files
build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 (#6767)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.3 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@v29.1.3...v29.1.4) --- 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 272bbe0 commit 028b205

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
@@ -88,7 +88,7 @@
8888
"jest-config": "^29.0.1",
8989
"prettier": "^3.2.5",
9090
"start-server-and-test": "^2.0.3",
91-
"ts-jest": "^29.1.3",
91+
"ts-jest": "^29.1.4",
9292
"ts-jest-resolver": "^2.0.1",
9393
"ts-node": "^10.9.2",
9494
"typedoc": "^0.25.13",

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.3",
73-
"ts-jest": "^29.1.3",
73+
"ts-jest": "^29.1.4",
7474
"ts-node": "^10.9.2",
7575
"typedoc": "^0.25.13",
7676
"typescript": "^5.4.5"

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.2.5",
6363
"start-server-and-test": "^2.0.3",
64-
"ts-jest": "^29.1.3",
64+
"ts-jest": "^29.1.4",
6565
"ts-node": "^10.9.2",
6666
"typedoc": "^0.25.13",
6767
"typescript": "^5.4.5"

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
@@ -75,7 +75,7 @@
7575
"rimraf": "^5.0.7",
7676
"rollup": "^4.18.0",
7777
"rollup-plugin-dts": "^6.1.1",
78-
"ts-jest": "^29.1.3",
78+
"ts-jest": "^29.1.4",
7979
"typescript": "^5.4.5"
8080
},
8181
"jest": {

0 commit comments

Comments
 (0)