Skip to content

Commit

Permalink
feat: upgrade packages and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
raska-vilem committed Mar 3, 2025
1 parent 7d0123a commit 30b76d4
Show file tree
Hide file tree
Showing 3 changed files with 1,386 additions and 1,664 deletions.
2 changes: 0 additions & 2 deletions apps/gapp-server/src/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class TelemetryService extends InfluxDbServiceBase {
private readonly bucketName = 'telemetry';
private writeApi: WriteApi;
private queryAPi: QueryApi;
private timer: NodeJS.Timer;
private vesselsCollection: Collection<Vessel>;
private carsCollection: Collection<Car>;

Expand All @@ -39,7 +38,6 @@ export class TelemetryService extends InfluxDbServiceBase {
}

public async deinit() {
clearInterval(this.timer);
await this.writeApi.close();
}

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "19.1.7",
"@angular/animations": "19.2.0",
"@angular/cdk": "^19.2.1",
"@angular/common": "19.1.7",
"@angular/compiler": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/platform-browser-dynamic": "19.1.7",
"@angular/router": "19.1.7",
"@angular/common": "19.2.0",
"@angular/compiler": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@angular/platform-browser-dynamic": "19.2.0",
"@angular/router": "19.2.0",
"@fastify/cors": "^11.0.0",
"@fastify/sensible": "6.0.3",
"@fastify/static": "^8.1.0",
Expand All @@ -46,12 +46,12 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.1.8",
"@angular-devkit/core": "19.1.8",
"@angular-devkit/schematics": "19.1.8",
"@angular/cli": "~19.1.0",
"@angular/compiler-cli": "19.1.7",
"@angular/language-service": "19.1.7",
"@angular-devkit/build-angular": "19.2.0",
"@angular-devkit/core": "19.2.0",
"@angular-devkit/schematics": "19.2.0",
"@angular/cli": "~19.2.0",
"@angular/compiler-cli": "19.2.0",
"@angular/language-service": "19.2.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "20.4.6",
"@nx/esbuild": "20.4.6",
Expand All @@ -63,13 +63,13 @@
"@nx/vite": "20.4.6",
"@nx/web": "20.4.6",
"@nx/workspace": "20.4.6",
"@schematics/angular": "19.1.8",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@schematics/angular": "19.2.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.11.5",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.0.9",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@types/node": "22.13.9",
"@typescript-eslint/utils": "^8.19.0",
"@vitest/ui": "^1.3.1",
"angular-eslint": "^19.0.2",
Expand All @@ -88,9 +88,9 @@
"prettier": "^2.6.2",
"tailwindcss": "^4.0.8",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.7.3",
"typescript": "5.8.2",
"typescript-eslint": "^8.21.0",
"vite": "^5.0.0",
"vite-plugin-dts": "~3.8.1",
Expand Down
Loading

0 comments on commit 30b76d4

Please sign in to comment.