From 78021fec85ae7aaa2d58f14a20b0a9a5515d84e7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:21:08 +0000 Subject: [PATCH] chore: version 18.0.0-rc.0 --- ponyracer/angular.json | 5 +---- ponyracer/package.json | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index f181cfd..f68e419 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -73,10 +73,7 @@ "defaultConfiguration": "development" }, "extract-i18n": { - "builder": "@angular-devkit/build-angular:extract-i18n", - "options": { - "buildTarget": "ponyracer:build" - } + "builder": "@angular-devkit/build-angular:extract-i18n" }, "test": { "builder": "@angular-devkit/build-angular:karma", diff --git a/ponyracer/package.json b/ponyracer/package.json index 91a5b4b..b35a039 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^18.0.0-next.0", "@angular/platform-server": "^18.0.0-next.0", "@angular/router": "^18.0.0-next.0", - "@angular/ssr": "^18.0.0-next.5", + "@angular/ssr": "^18.0.0-rc.0", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.5", - "@angular/cli": "^18.0.0-next.5", + "@angular-devkit/build-angular": "^18.0.0-rc.0", + "@angular/cli": "^18.0.0-rc.0", "@angular/compiler-cli": "^18.0.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0",