Skip to content

Commit 29ffdc0

Browse files
chore(deps): update dependency ts-jest to v29.4.0 (#576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cf21e7 commit 29ffdc0

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"style-loader": "4.0.0",
111111
"tailwindcss": "3.4.17",
112112
"terser-webpack-plugin": "5.3.14",
113-
"ts-jest": "29.3.4",
113+
"ts-jest": "29.4.0",
114114
"ts-loader": "9.5.2",
115115
"ts-node": "10.9.2",
116116
"tsconfig-paths-webpack-plugin": "4.2.0",

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ __metadata:
21132113
style-loader: "npm:4.0.0"
21142114
tailwindcss: "npm:3.4.17"
21152115
terser-webpack-plugin: "npm:5.3.14"
2116-
ts-jest: "npm:29.3.4"
2116+
ts-jest: "npm:29.4.0"
21172117
ts-loader: "npm:9.5.2"
21182118
ts-node: "npm:10.9.2"
21192119
tsconfig-paths-webpack-plugin: "npm:4.2.0"
@@ -12420,7 +12420,7 @@ __metadata:
1242012420
languageName: node
1242112421
linkType: hard
1242212422

12423-
"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0":
12423+
"jest-util@npm:^29.7.0":
1242412424
version: 29.7.0
1242512425
resolution: "jest-util@npm:29.7.0"
1242612426
dependencies:
@@ -16888,14 +16888,13 @@ __metadata:
1688816888
languageName: node
1688916889
linkType: hard
1689016890

16891-
"ts-jest@npm:29.3.4":
16892-
version: 29.3.4
16893-
resolution: "ts-jest@npm:29.3.4"
16891+
"ts-jest@npm:29.4.0":
16892+
version: 29.4.0
16893+
resolution: "ts-jest@npm:29.4.0"
1689416894
dependencies:
1689516895
bs-logger: "npm:^0.2.6"
1689616896
ejs: "npm:^3.1.10"
1689716897
fast-json-stable-stringify: "npm:^2.1.0"
16898-
jest-util: "npm:^29.0.0"
1689916898
json5: "npm:^2.2.3"
1690016899
lodash.memoize: "npm:^4.1.2"
1690116900
make-error: "npm:^1.3.6"
@@ -16904,10 +16903,11 @@ __metadata:
1690416903
yargs-parser: "npm:^21.1.1"
1690516904
peerDependencies:
1690616905
"@babel/core": ">=7.0.0-beta.0 <8"
16907-
"@jest/transform": ^29.0.0
16908-
"@jest/types": ^29.0.0
16909-
babel-jest: ^29.0.0
16910-
jest: ^29.0.0
16906+
"@jest/transform": ^29.0.0 || ^30.0.0
16907+
"@jest/types": ^29.0.0 || ^30.0.0
16908+
babel-jest: ^29.0.0 || ^30.0.0
16909+
jest: ^29.0.0 || ^30.0.0
16910+
jest-util: ^29.0.0 || ^30.0.0
1691116911
typescript: ">=4.3 <6"
1691216912
peerDependenciesMeta:
1691316913
"@babel/core":
@@ -16920,9 +16920,11 @@ __metadata:
1692016920
optional: true
1692116921
esbuild:
1692216922
optional: true
16923+
jest-util:
16924+
optional: true
1692316925
bin:
1692416926
ts-jest: cli.js
16925-
checksum: 10c0/68ed5abbbdb16ff8a9df2ba7ebb8e19ea4fffe87db7e0b59d842d674e7935af8b375b51a69c2cc9215ef22a6325a9f99b80ab97f5c300c30910695000e3bfeee
16927+
checksum: 10c0/c266431200786995b5bd32f8e61f17a564ce231278aace1d98fb0ae670f24013aeea06c90ec6019431e5a6f5e798868785131bef856085c931d193e2efbcea04
1692616928
languageName: node
1692716929
linkType: hard
1692816930

0 commit comments

Comments
 (0)