From 8725d870690c8fdd340321811530c775f7e3fbdf Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:21:37 +0000 Subject: [PATCH] chore: version 18.0.3 --- ponyracer/package.json | 6 +++--- ponyracer/tsconfig.app.json | 3 ++- ponyracer/tsconfig.json | 3 ++- ponyracer/tsconfig.spec.json | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index e91c256..6b544cd 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^18.0.0", "@angular/platform-server": "^18.0.0", "@angular/router": "^18.0.0", - "@angular/ssr": "^18.0.2", + "@angular/ssr": "^18.0.3", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.2", - "@angular/cli": "^18.0.2", + "@angular-devkit/build-angular": "^18.0.3", + "@angular/cli": "^18.0.3", "@angular/compiler-cli": "^18.0.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/tsconfig.app.json b/ponyracer/tsconfig.app.json index 7dc7284..cdc0b28 100644 --- a/ponyracer/tsconfig.app.json +++ b/ponyracer/tsconfig.app.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 56b644d..d3dbc4a 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "compileOnSave": false, "compilerOptions": { diff --git a/ponyracer/tsconfig.spec.json b/ponyracer/tsconfig.spec.json index be7e9da..5fb748d 100644 --- a/ponyracer/tsconfig.spec.json +++ b/ponyracer/tsconfig.spec.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.json", "compilerOptions": {