Skip to content

Commit

Permalink
build(deps): Update dependency ts-jest to ^29.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Feb 23, 2025
1 parent 5fecd62 commit 189c946
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 41 deletions.
16 changes: 8 additions & 8 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.8.9",
"ts-jest": "^29.2.5"
"ts-jest": "^29.2.6"
}
}
2 changes: 1 addition & 1 deletion examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/jest": "^29.5.14",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/monorepo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jest": "^29.5.14",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "~5.5.4"
}
}
52 changes: 26 additions & 26 deletions examples/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/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "^5.5.4",
"vite": "^5.4.14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/jest": "^29.5.14",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/jest": "^29.5.14",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"typescript": "~5.5.4"
}
}

0 comments on commit 189c946

Please sign in to comment.