From eea2c3e9cda50daac498f9c1c25cbaf5e2b1c95f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 Jun 2024 22:06:25 +0000 Subject: [PATCH] chore: version 18.0.3 --- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.app.json | 3 ++- ponyracer/tsconfig.json | 3 ++- ponyracer/tsconfig.spec.json | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index e75987ff9..d208cfedf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "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/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.app.json b/ponyracer/tsconfig.app.json index 374cc9d29..3775b37e3 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 56b644d6a..d3dbc4a2d 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 be7e9da76..5fb748d92 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": {