Skip to content

Commit

Permalink
Merge pull request #310 from kitsuyui/renovate/ts-jest-29.x
Browse files Browse the repository at this point in the history
Update dependency ts-jest to v29.0.1
  • Loading branch information
kitsuyui authored Sep 15, 2022
2 parents cecb177 + dcc5d90 commit a847533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"http-server": "14.1.1",
"jest": "29.0.3",
"prettier": "2.7.1",
"ts-jest": "29.0.0",
"ts-jest": "29.0.1",
"ts-node": "10.9.1",
"typescript": "4.8.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3768,10 +3768,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

ts-jest@29.0.0:
version "29.0.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.0.tgz#3617e10c39a76380fe521d0c26186a773f5f1e46"
integrity sha512-OxUaigbv5Aon3OMLY9HBtwkGMs1upWE/URrmmVQFzzOcGlEPVuWzGmXUIkWGt/95Dj/T6MGuTrHHGL6kT6Yn8g==
ts-jest@29.0.1:
version "29.0.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.1.tgz#3296b39d069dc55825ce1d059a9510b33c718b86"
integrity sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==
dependencies:
bs-logger "0.x"
fast-json-stable-stringify "2.x"
Expand Down

0 comments on commit a847533

Please sign in to comment.