Skip to content

Commit

Permalink
build(deps-dev): Bump ts-jest from 29.1.0 to 29.1.1 (#935)
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.0 to 29.1.1.
- [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.0...v29.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent f37292e commit f508b47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-test-renderer": "^17.0.1",
"storybook-react-router": "^1.0.8",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"react-router-dom": "^6",
"react-syntax-highlighter": "^15.5.0",
"storybook-addon-react-router-v6": "^0.2.1",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.3"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ __metadata:
remark-frontmatter: ^4.0.1
remark-gfm: ^3.0.1
storybook-addon-react-router-v6: ^0.2.1
ts-jest: ^29.1.0
ts-jest: ^29.1.1
typescript: ^4.9.3
use-debounce: ^9.0.4
uuid: ^9.0.0
Expand Down Expand Up @@ -13008,7 +13008,7 @@ __metadata:
remark-gfm: ^1.0.0
storybook-react-router: ^1.0.8
style-loader: ^3.3.3
ts-jest: ^29.1.0
ts-jest: ^29.1.1
ts-loader: ^9.4.4
typescript: ^4.8.4
url-loader: ^4.1.1
Expand Down Expand Up @@ -34136,17 +34136,17 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.0":
version: 29.1.0
resolution: "ts-jest@npm:29.1.0"
"ts-jest@npm:^29.1.1":
version: 29.1.1
resolution: "ts-jest@npm:29.1.1"
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.x
semver: ^7.5.3
yargs-parser: ^21.0.1
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
Expand All @@ -34165,7 +34165,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 535dc42ad523cbe1e387701fb2e448518419b515c082f09b25411f0b3dd0b854cf3e8141c316d6f4b99883aeb4a4f94159cbb1edfb06d7f77ea6229fadb2e1bf
checksum: a8c9e284ed4f819526749f6e4dc6421ec666f20ab44d31b0f02b4ed979975f7580b18aea4813172d43e39b29464a71899f8893dd29b06b4a351a3af8ba47b402
languageName: node
linkType: hard

Expand Down

0 comments on commit f508b47

Please sign in to comment.