Skip to content

Commit

Permalink
build(deps): Update dependency ts-jest to ^29.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed May 21, 2024
1 parent 4df227a commit d2d16b1
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 110 deletions.
40 changes: 19 additions & 21 deletions examples/js-with-babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/preset-env": "^7.24.5",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"typescript": "~5.1.3"
}
}
40 changes: 19 additions & 21 deletions examples/js-with-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"typescript": "~5.1.3"
}
}
40 changes: 19 additions & 21 deletions examples/monorepo-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/monorepo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"typescript": "~5.1.3"
}
}
40 changes: 19 additions & 21 deletions examples/ts-only/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2d16b1

Please sign in to comment.