Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 in /modules/web #9061

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"stylelint-prettier": "5.0.0",
"tar": "7.1.0",
"through2": "4.0.2",
"ts-jest": "29.1.2",
"ts-jest": "29.1.3",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.1.6",
Expand Down
40 changes: 38 additions & 2 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13637,7 +13637,7 @@ __metadata:
systemjs: 6.15.1
tar: 7.1.0
through2: 4.0.2
ts-jest: 29.1.2
ts-jest: 29.1.3
ts-loader: 9.5.1
ts-node: 10.9.2
tslib: 2.6.2
Expand Down Expand Up @@ -18246,7 +18246,43 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:29.1.2, ts-jest@npm:^29.0.0":
"ts-jest@npm:29.1.3":
version: 29.1.3
resolution: "ts-jest@npm:29.1.3"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
jest-util: ^29.0.0
json5: ^2.2.3
lodash.memoize: 4.x
make-error: 1.x
semver: ^7.5.3
yargs-parser: ^21.0.1
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/transform":
optional: true
"@jest/types":
optional: true
babel-jest:
optional: true
esbuild:
optional: true
bin:
ts-jest: cli.js
checksum: c5b2c0501680a9056c50541a3315de7b3b85a611056b978062b4defc96fb0066d12bf1e15715021799a3779723343fb98a9a4ba01dc01709f274899b6c28453d
languageName: node
linkType: hard

"ts-jest@npm:^29.0.0":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
dependencies:
Expand Down
Loading