From a9683cd4d07ece99d0e33b900c610efac973643f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 May 2025 20:28:04 +0000 Subject: [PATCH] chore: version 20.0.0-rc.0 --- ponyracer/angular.json | 1 - ponyracer/package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index e26c3b7..f1b4ae1 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -13,7 +13,6 @@ "build": { "builder": "@angular/build:application", "options": { - "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ "zone.js" diff --git a/ponyracer/package.json b/ponyracer/package.json index f357c4c..11e07ca 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -18,15 +18,15 @@ "@angular/platform-browser": "^20.0.0-next.0", "@angular/platform-server": "^20.0.0-next.0", "@angular/router": "^20.0.0-next.0", - "@angular/ssr": "^20.0.0-next.9", + "@angular/ssr": "^20.0.0-rc.0", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.9", - "@angular/cli": "^20.0.0-next.9", + "@angular/build": "^20.0.0-rc.0", + "@angular/cli": "^20.0.0-rc.0", "@angular/compiler-cli": "^20.0.0-next.0", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0",