Skip to content

chore(deps): update dependency ts-jest to v29.1.4 #3120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "20.12.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "20.12.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cross-fetch": "4.0.0",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "20.12.12",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __metadata:
"@types/node": "npm:20.12.12"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
ts-jest: "npm:29.1.3"
ts-jest: "npm:29.1.4"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -161,7 +161,7 @@ __metadata:
"@types/node": "npm:20.12.12"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
ts-jest: "npm:29.1.3"
ts-jest: "npm:29.1.4"
typescript: "npm:5.4.5"
xhr-mock: "npm:2.5.1"
languageName: unknown
Expand All @@ -179,7 +179,7 @@ __metadata:
cross-fetch: "npm:4.0.0"
jest: "npm:29.7.0"
nock: "npm:13.5.4"
ts-jest: "npm:29.1.3"
ts-jest: "npm:29.1.4"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft
Expand All @@ -195,7 +195,7 @@ __metadata:
"@types/node": "npm:20.12.12"
jest: "npm:29.7.0"
nock: "npm:13.5.4"
ts-jest: "npm:29.1.3"
ts-jest: "npm:29.1.4"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10261,9 +10261,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:29.1.3":
version: 29.1.3
resolution: "ts-jest@npm:29.1.3"
"ts-jest@npm:29.1.4":
version: 29.1.4
resolution: "ts-jest@npm:29.1.4"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand Down Expand Up @@ -10293,7 +10293,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: cc1f608bb5859e112ffb8a6d84ddb5c20954b7ec8c89a8c7f95e373368d8946b5843594fe7779078eec2b7e825962848f1a1ba7a44c71b8a08ed4e75d3a3f8d8
checksum: 3103c0e2f9937ae6bb51918105883565bb2d11cae1121ae20aedd1c4374f843341463a4a1986e02a958d119be0d3a9b996d761bc4aac85152a29385e609fed3c
languageName: node
linkType: hard

Expand Down
Loading