Skip to content

Commit

Permalink
build(deps): Update dependency ts-jest to ^29.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed May 28, 2024
1 parent 150c492 commit 5e51e38
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 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.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"typescript": "~5.1.3"
}
}
14 changes: 7 additions & 7 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.7.0",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"typescript": "~5.1.3"
}
}
14 changes: 7 additions & 7 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.7.0",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"typescript": "~5.1.3"
}
}
14 changes: 7 additions & 7 deletions examples/ts-only/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/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"typescript": "~5.1.3"
}
}
14 changes: 7 additions & 7 deletions examples/type-module/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/type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"typescript": "~5.1.3"
}
}

0 comments on commit 5e51e38

Please sign in to comment.