Update dependency ts-jest to v29.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-03 21:05:02 +00:00
parent 227c9f3c9a
commit 69e0ec4f82
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
"@types/react-redux": "7.1.25", "@types/react-redux": "7.1.25",
"jest": "29.5.0", "jest": "29.5.0",
"jest-css-modules-transform": "4.4.2", "jest-css-modules-transform": "4.4.2",
"ts-jest": "29.0.5", "ts-jest": "29.1.0",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "5.0.3" "typescript": "5.0.3"
} }

View File

@ -2702,10 +2702,10 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
ts-jest@29.0.5: ts-jest@29.1.0:
version "29.0.5" version "29.1.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066" resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA== integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
dependencies: dependencies:
bs-logger "0.x" bs-logger "0.x"
fast-json-stable-stringify "2.x" fast-json-stable-stringify "2.x"