From 40cd15a10c8d71c37330cba26dda6454e8cd6102 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Mar 2025 12:16:40 +0000 Subject: [PATCH] chore: version 20.0.0-next.3 --- ponyracer/angular.json | 7 ++----- ponyracer/package.json | 5 ++--- ponyracer/tsconfig.json | 1 + 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 3e93caf03..e85acb366 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -13,7 +13,6 @@ "build": { "builder": "@angular/build:application", "options": { - "outputPath": "dist/ponyracer", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ @@ -28,8 +27,7 @@ ], "styles": [ "src/styles.css" - ], - "scripts": [] + ] }, "configurations": { "production": { @@ -86,8 +84,7 @@ ], "styles": [ "src/styles.css" - ], - "scripts": [] + ] } } } diff --git a/ponyracer/package.json b/ponyracer/package.json index a7c9f4662..5db281703 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -15,15 +15,14 @@ "@angular/core": "^20.0.0-next.0", "@angular/forms": "^20.0.0-next.0", "@angular/platform-browser": "^20.0.0-next.0", - "@angular/platform-browser-dynamic": "^20.0.0-next.0", "@angular/router": "^20.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.2", - "@angular/cli": "^20.0.0-next.2", + "@angular/build": "^20.0.0-next.3", + "@angular/cli": "^20.0.0-next.3", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 56aa7b014..f79383a7d 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -20,6 +20,7 @@ "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, + "typeCheckHostBindings": true, "strictTemplates": true } }