Skip to content

Commit 30b76d4

Browse files
committed
feat: upgrade packages and fix build
1 parent 7d0123a commit 30b76d4

File tree

3 files changed

+1386
-1664
lines changed

3 files changed

+1386
-1664
lines changed

apps/gapp-server/src/services/telemetry.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export class TelemetryService extends InfluxDbServiceBase {
1717
private readonly bucketName = 'telemetry';
1818
private writeApi: WriteApi;
1919
private queryAPi: QueryApi;
20-
private timer: NodeJS.Timer;
2120
private vesselsCollection: Collection<Vessel>;
2221
private carsCollection: Collection<Car>;
2322

@@ -39,7 +38,6 @@ export class TelemetryService extends InfluxDbServiceBase {
3938
}
4039

4140
public async deinit() {
42-
clearInterval(this.timer);
4341
await this.writeApi.close();
4442
}
4543

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "19.1.7",
17+
"@angular/animations": "19.2.0",
1818
"@angular/cdk": "^19.2.1",
19-
"@angular/common": "19.1.7",
20-
"@angular/compiler": "19.1.7",
21-
"@angular/core": "19.1.7",
22-
"@angular/forms": "19.1.7",
23-
"@angular/platform-browser": "19.1.7",
24-
"@angular/platform-browser-dynamic": "19.1.7",
25-
"@angular/router": "19.1.7",
19+
"@angular/common": "19.2.0",
20+
"@angular/compiler": "19.2.0",
21+
"@angular/core": "19.2.0",
22+
"@angular/forms": "19.2.0",
23+
"@angular/platform-browser": "19.2.0",
24+
"@angular/platform-browser-dynamic": "19.2.0",
25+
"@angular/router": "19.2.0",
2626
"@fastify/cors": "^11.0.0",
2727
"@fastify/sensible": "6.0.3",
2828
"@fastify/static": "^8.1.0",
@@ -46,12 +46,12 @@
4646
"uuid": "^11.0.5"
4747
},
4848
"devDependencies": {
49-
"@angular-devkit/build-angular": "19.1.8",
50-
"@angular-devkit/core": "19.1.8",
51-
"@angular-devkit/schematics": "19.1.8",
52-
"@angular/cli": "~19.1.0",
53-
"@angular/compiler-cli": "19.1.7",
54-
"@angular/language-service": "19.1.7",
49+
"@angular-devkit/build-angular": "19.2.0",
50+
"@angular-devkit/core": "19.2.0",
51+
"@angular-devkit/schematics": "19.2.0",
52+
"@angular/cli": "~19.2.0",
53+
"@angular/compiler-cli": "19.2.0",
54+
"@angular/language-service": "19.2.0",
5555
"@eslint/js": "^9.8.0",
5656
"@nx/angular": "20.4.6",
5757
"@nx/esbuild": "20.4.6",
@@ -63,13 +63,13 @@
6363
"@nx/vite": "20.4.6",
6464
"@nx/web": "20.4.6",
6565
"@nx/workspace": "20.4.6",
66-
"@schematics/angular": "19.1.8",
67-
"@swc-node/register": "~1.9.1",
68-
"@swc/core": "~1.5.7",
66+
"@schematics/angular": "19.2.0",
67+
"@swc-node/register": "~1.10.9",
68+
"@swc/core": "~1.11.5",
6969
"@swc/helpers": "~0.5.11",
7070
"@tailwindcss/postcss": "^4.0.9",
7171
"@types/jest": "^29.5.12",
72-
"@types/node": "18.16.9",
72+
"@types/node": "22.13.9",
7373
"@typescript-eslint/utils": "^8.19.0",
7474
"@vitest/ui": "^1.3.1",
7575
"angular-eslint": "^19.0.2",
@@ -88,9 +88,9 @@
8888
"prettier": "^2.6.2",
8989
"tailwindcss": "^4.0.8",
9090
"ts-jest": "^29.1.0",
91-
"ts-node": "10.9.1",
91+
"ts-node": "10.9.2",
9292
"tslib": "^2.3.0",
93-
"typescript": "5.7.3",
93+
"typescript": "5.8.2",
9494
"typescript-eslint": "^8.21.0",
9595
"vite": "^5.0.0",
9696
"vite-plugin-dts": "~3.8.1",

0 commit comments

Comments
 (0)