Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2022
1 parent 01b6818 commit 7c6e5aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"satisfier": "^5.2.2",
"semantic-release": "^19.0.3",
"size-limit": "^8.0.0",
"ts-jest": "^28.0.5",
"ts-jest": "^29.0.0",
"tslib": "^2.4.0",
"typedoc": "^0.23.0",
"typedoc-plugin-extras": "^2.2.3",
Expand Down
19 changes: 11 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8946,33 +8946,36 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^28.0.5":
version: 28.0.5
resolution: "ts-jest@npm:28.0.5"
"ts-jest@npm:^29.0.0":
version: 29.0.0
resolution: "ts-jest@npm:29.0.0"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
jest-util: ^28.0.0
jest-util: ^29.0.0
json5: ^2.2.1
lodash.memoize: 4.x
make-error: 1.x
semver: 7.x
yargs-parser: ^21.0.1
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
babel-jest: ^28.0.0
jest: ^28.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/types":
optional: true
babel-jest:
optional: true
esbuild:
optional: true
bin:
ts-jest: cli.js
checksum: 53e05db5b7e1e4f4137c47594f902f5caf585ebc73dda67c4552c1ed784d4fde532c5693a61d877d9462290c7965233c2124050b0f00fd4c85cde9bb1a51c974
checksum: f4e811aa910b7cd2ef6a9269700dda17ccf253ebdb6ba9e596982d238292d6482973e670e7a6875209e7d246cdf575d79590fc503e12e9368e9105d1d74f09fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -9161,7 +9164,7 @@ __metadata:
semantic-release: ^19.0.3
size-limit: ^8.0.0
tersify: ^3.10.2
ts-jest: ^28.0.5
ts-jest: ^29.0.0
tslib: ^2.4.0
typedoc: ^0.23.0
typedoc-plugin-extras: ^2.2.3
Expand Down

0 comments on commit 7c6e5aa

Please sign in to comment.