chore(deps): update dependency @swc/core to ^1.4.2 (#175)
* chore(deps): update dependency @swc/core to ^1.4.2 * ci: fix typecheck issue --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9440d04261
commit
fd5fe529e8
@@ -35,7 +35,7 @@
|
||||
"@nestjs/cli": "^10.3.2",
|
||||
"@nestjs/schematics": "^10.1.1",
|
||||
"@nestjs/testing": "^10.3.3",
|
||||
"@swc/core": "^1.2.155",
|
||||
"@swc/core": "^1.4.2",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/supertest": "^2.0.11",
|
||||
|
||||
@@ -4,7 +4,6 @@ import { AppService } from "./app.service";
|
||||
|
||||
@Controller()
|
||||
export class AppController {
|
||||
// @ts-expect-error decorators are not correctly handled yet
|
||||
constructor(@Inject(AppService) private readonly appService: AppService) {}
|
||||
|
||||
@Get()
|
||||
|
||||
@@ -5,7 +5,6 @@ import { DatabaseService } from "./db/database.service";
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
constructor(
|
||||
// @ts-expect-error decorators are not correctly handled yet
|
||||
@Inject(DatabaseService) private readonly databaseService: DatabaseService,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user