Skip to content

Commit

Permalink
feat(deps): upgrade TypeScript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Jun 16, 2023
1 parent b1e4aa2 commit 1e9d40e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
4 changes: 3 additions & 1 deletion lib/health-indicator/microservice/microservice.health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export class MicroserviceHealthIndicator extends HealthIndicator {
)[0];
}

private async pingMicroservice<MicroserviceClientOptions>(
private async pingMicroservice<
MicroserviceClientOptions extends MicroserviceOptionsLike,
>(
options: MicroserviceHealthIndicatorOptions<MicroserviceClientOptions>,
): Promise<void> {
const client = this.nestJsMicroservices.ClientProxyFactory.create(options);
Expand Down
37 changes: 29 additions & 8 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typeorm": "0.3.14",
"typescript": "4.7.4",
"typescript": "5.1.3",
"wait-port": "1.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 1e9d40e

Please sign in to comment.