Skip to content

Commit

Permalink
chore(deps-dev): bump ts-jest from 29.1.2 to 29.2.4 in /ui (#385)
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.2.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.4)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 9f0e7cc commit 098f3b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"sass": "^1.77.1",
"semver": "^7.6.2",
"source-map-explorer": "^2.5.3",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-checker": "^0.7.2",
Expand Down
16 changes: 10 additions & 6 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7769,7 +7769,7 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.5, ejs@npm:^3.1.6":
"ejs@npm:^3.1.10, ejs@npm:^3.1.5, ejs@npm:^3.1.6":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
Expand Down Expand Up @@ -13798,7 +13798,7 @@ __metadata:
sass: "npm:^1.77.1"
semver: "npm:^7.6.2"
source-map-explorer: "npm:^2.5.3"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:^29.2.4"
typescript: "npm:^5.4.5"
usehooks-ts: "npm:^3.1.0"
uuid: "npm:^9.0.1"
Expand Down Expand Up @@ -14609,11 +14609,12 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
"ts-jest@npm:^29.2.4":
version: 29.2.4
resolution: "ts-jest@npm:29.2.4"
dependencies:
bs-logger: "npm:0.x"
ejs: "npm:^3.1.10"
fast-json-stable-stringify: "npm:2.x"
jest-util: "npm:^29.0.0"
json5: "npm:^2.2.3"
Expand All @@ -14623,13 +14624,16 @@ __metadata:
yargs-parser: "npm:^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:
Expand All @@ -14638,7 +14642,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/5e40e7b933a1f3aa0d304d3c53913d1a7125fc79cd44e22b332f6e25dfe13008ddc7ac647066bb4f914d76083f7e8949f0bc156d793c30f3419f4ffd8180968b
checksum: 10/69db25e06b93f4ea4e454a54afc4e49c59b71f7efdef94fe728f4d62b8c475364d0fed7253212c5394669dcd143516ab6f630f4b139b2f9c37119245cf5a963c
languageName: node
linkType: hard

Expand Down

0 comments on commit 098f3b1

Please sign in to comment.