Skip to content

Commit

Permalink
Update dependency ts-jest to v29.0.5 (#130)
Browse files Browse the repository at this point in the history
* Update dependency ts-jest to v29.0.5

* Create sharp-suits-share.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Cepa <robertcepa@icloud.com>
  • Loading branch information
renovate[bot] and robertcepa committed Mar 12, 2023
1 parent ac869b6 commit d697e6f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changeset/sharp-suits-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"config-jest": patch
"toucan-js": patch
---

Update dependency ts-jest to v29.0.5
2 changes: 1 addition & 1 deletion packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public"
},
"devDependencies": {
"ts-jest": "29.0.3"
"ts-jest": "29.0.5"
},
"peerDependencies": {
"jest": "29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/toucan-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "29.2.1",
"miniflare": "2.11.0",
"jest-environment-miniflare": "2.10.0",
"ts-jest": "29.0.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1"
},
"author": "robertcepa@icloud.com",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4789,6 +4789,11 @@ json5@^2.2.1:
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==

json5@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
Expand Down Expand Up @@ -6254,15 +6259,15 @@ trim-newlines@^3.0.0:
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==

ts-jest@29.0.3:
version "29.0.3"
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz"
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
ts-jest@29.0.5:
version "29.0.5"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
dependencies:
bs-logger "0.x"
fast-json-stable-stringify "2.x"
jest-util "^29.0.0"
json5 "^2.2.1"
json5 "^2.2.3"
lodash.memoize "4.x"
make-error "1.x"
semver "7.x"
Expand Down

0 comments on commit d697e6f

Please sign in to comment.