Skip to content

Commit

Permalink
⬆️ Update dependency ts-jest to ^29.0.1 (#3190)
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] committed Sep 14, 2022
1 parent 2229602 commit 7202449
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"jscodeshift": "^0.13.1",
"mkdirp": "^1.0.4",
"replace-in-file": "^6.3.5",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.1",
"typedoc": "^0.23.14",
"typescript": "^4.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^17.0.44",
"fast-check": "workspace:*",
"jest": "^29.0.3",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/pacote": "^11.1.5",
"@types/tar": "^6.1.2",
"jest": "^29.0.3",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme",
"devDependencies": {
"jest": "^29.0.3",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.1",
"ts-jest-resolver": "^2.0.0",
"typescript": "^4.8.3"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ __metadata:
"@types/node": ^17.0.44
fast-check: "workspace:*"
jest: ^29.0.3
ts-jest: ^29.0.0
ts-jest: ^29.0.1
typescript: ^4.8.3
peerDependencies:
jest: ">=25.1.0"
Expand Down Expand Up @@ -850,7 +850,7 @@ __metadata:
jest: ^29.0.3
pacote: ^13.6.2
tar: ^6.1.11
ts-jest: ^29.0.0
ts-jest: ^29.0.1
typescript: ^4.8.3
bin:
packaged: ./bin/packaged.js
Expand All @@ -862,7 +862,7 @@ __metadata:
resolution: "@fast-check/poisoning@workspace:packages/poisoning"
dependencies:
jest: ^29.0.3
ts-jest: ^29.0.0
ts-jest: ^29.0.1
ts-jest-resolver: ^2.0.0
typescript: ^4.8.3
languageName: unknown
Expand Down Expand Up @@ -7432,7 +7432,7 @@ __metadata:
mkdirp: ^1.0.4
pure-rand: ^5.0.2
replace-in-file: ^6.3.5
ts-jest: ^29.0.0
ts-jest: ^29.0.1
typedoc: ^0.23.14
typescript: ^4.8.3
languageName: unknown
Expand Down Expand Up @@ -15745,9 +15745,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.0.0":
version: 29.0.0
resolution: "ts-jest@npm:29.0.0"
"ts-jest@npm:^29.0.1":
version: 29.0.1
resolution: "ts-jest@npm:29.0.1"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -15774,7 +15774,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: f4e811aa910b7cd2ef6a9269700dda17ccf253ebdb6ba9e596982d238292d6482973e670e7a6875209e7d246cdf575d79590fc503e12e9368e9105d1d74f09fc
checksum: f126675beb0d103d440b0297dc331ce37ba0f1e1a8002f4e97bfeb9043cf21b4de03deebf11ac1f08b7e4978d87f6a1c71e398b1c2f8535df3b684338786408e
languageName: node
linkType: hard

Expand Down

0 comments on commit 7202449

Please sign in to comment.