Skip to content

Commit 87fca45

Browse files
committed
chore: add ts-jest
1 parent 57478e8 commit 87fca45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@semantic-release/changelog": "6.0.3",
116116
"@types/fs-extra": "11.0.4",
117117
"@types/inquirer": "8.2.12",
118-
"@types/jest": "30.0.0",
118+
"@types/jest": "^30.0.0",
119119
"@types/jsonpath": "0.2.4",
120120
"@types/node": "20.14.8",
121121
"@typescript-eslint/eslint-plugin": "7.18.0",
@@ -128,13 +128,13 @@
128128
"jest": "30.1.3",
129129
"jest-environment-jsdom": "30.1.2",
130130
"jest-environment-node": "^30.0.0",
131+
"jest-util": "30.0.5",
131132
"nx": "21.5.2",
132133
"prettier": "3.6.2",
133134
"semantic-release": "22.0.12",
134-
"ts-jest": "29.4.1",
135+
"ts-jest": "^29.4.1",
135136
"ts-node": "10.9.2",
136137
"type-fest": "4.41.0",
137-
"typescript": "5.9.2",
138-
"jest-util": "30.0.5"
138+
"typescript": "5.9.2"
139139
}
140140
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,7 +2891,7 @@
28912891
dependencies:
28922892
"@types/istanbul-lib-report" "*"
28932893

2894-
"@types/jest@30.0.0":
2894+
"@types/jest@^30.0.0":
28952895
version "30.0.0"
28962896
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-30.0.0.tgz#5e85ae568006712e4ad66f25433e9bdac8801f1d"
28972897
integrity sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==
@@ -10883,7 +10883,7 @@ ts-api-utils@^2.1.0:
1088310883
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1088410884
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1088510885

10886-
ts-jest@29.4.1:
10886+
ts-jest@^29.4.1:
1088710887
version "29.4.1"
1088810888
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"
1088910889
integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==

0 commit comments

Comments
 (0)