Skip to content

Commit

Permalink
build(deps): Update dependency ts-jest to ^29.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Mar 15, 2024
1 parent 609dd19 commit eeb19fe
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 85 deletions.
32 changes: 16 additions & 16 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
Expand Up @@ -12,7 +12,7 @@
"@babel/preset-env": "^7.23.9",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"typescript": "~5.1.3"
}
}
32 changes: 16 additions & 16 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
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"typescript": "~5.1.3"
}
}
32 changes: 16 additions & 16 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
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"typescript": "~5.1.3"
}
}
32 changes: 16 additions & 16 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
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"typescript": "~5.1.3"
}
}

0 comments on commit eeb19fe

Please sign in to comment.