Skip to content
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

build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 #959

Merged
merged 1 commit into from
May 28, 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
2 changes: 1 addition & 1 deletion packages/backend-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"commit-and-tag-version": "^12.4.1",
"concurrently": "^8.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest-watch-typeahead": "^2.2.2",
"replace": "^1.2.2",
"timezone-mock": "^1.3.6",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2"
},
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ __metadata:
express: "npm:^4.18.1"
jest: "npm:^29.7.0"
js-logger: "npm:^1.6.1"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:^29.1.3"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.4.5"
languageName: unknown
Expand Down Expand Up @@ -831,7 +831,7 @@ __metadata:
replace: "npm:^1.2.2"
superstruct: "npm:^1.0.4"
timezone-mock: "npm:^1.3.6"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:^29.1.3"
ts-node: "npm:^10.9.2"
tsup: "npm:^8.0.2"
typescript: "npm:^5.4.5"
Expand Down Expand Up @@ -12679,9 +12679,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
"ts-jest@npm:^29.1.3":
version: 29.1.3
resolution: "ts-jest@npm:29.1.3"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand All @@ -12693,13 +12693,16 @@ __metadata:
yargs-parser: "npm:^21.0.1"
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/transform":
optional: true
"@jest/types":
optional: true
babel-jest:
Expand All @@ -12708,7 +12711,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/5e40e7b933a1f3aa0d304d3c53913d1a7125fc79cd44e22b332f6e25dfe13008ddc7ac647066bb4f914d76083f7e8949f0bc156d793c30f3419f4ffd8180968b
checksum: 10/cc1f608bb5859e112ffb8a6d84ddb5c20954b7ec8c89a8c7f95e373368d8946b5843594fe7779078eec2b7e825962848f1a1ba7a44c71b8a08ed4e75d3a3f8d8
languageName: node
linkType: hard

Expand Down
Loading