diff --git a/bun.lockb b/bun.lockb index f12733f..e596ede 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c818789..bb2a61e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "tsup": "8.2.4", "turbo": "2.1.1", "typedoc": "0.26.3", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "packageManager": "bun@1.1.17" } diff --git a/pkg/angular/package.json b/pkg/angular/package.json index 46f8801..7b72567 100644 --- a/pkg/angular/package.json +++ b/pkg/angular/package.json @@ -29,7 +29,7 @@ "ng-packagr": "18.2.1", "rxjs": "7.8.1", "tslib": "2.7.0", - "typescript": "5.5.4", + "typescript": "5.6.2", "zone.js": "0.14.7" }, "peerDependencies": { diff --git a/pkg/core/package.json b/pkg/core/package.json index 01b692a..b0f5652 100644 --- a/pkg/core/package.json +++ b/pkg/core/package.json @@ -26,6 +26,6 @@ "@a38/tsconfig": "0.0.1", "@a38/typedoc": "0.0.1", "@types/node": "20.16.5", - "typescript": "5.5.4" + "typescript": "5.6.2" } } diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index 219a0b4..8c72c7e 100644 --- a/pkg/nestjs/package.json +++ b/pkg/nestjs/package.json @@ -34,7 +34,7 @@ "@types/node": "20.16.5", "@types/supertest": "6.0.2", "supertest": "7.0.0", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "peerDependencies": { "@a38/core": "*",