From 62d0d436012fe664c9024307913b192edebea74b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Feb 2025 01:45:26 +0000 Subject: [PATCH] chore: version 19.2.0-rc.0 --- ponyracer/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 24ebbc4..4a82a9a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,7 +11,6 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.2.0-next.0", "@angular/common": "^19.2.0-next.0", "@angular/compiler": "^19.2.0-next.0", "@angular/core": "^19.2.0-next.0", @@ -20,15 +19,15 @@ "@angular/platform-browser-dynamic": "^19.2.0-next.0", "@angular/platform-server": "^19.2.0-next.0", "@angular/router": "^19.2.0-next.0", - "@angular/ssr": "^19.2.0-next.2", + "@angular/ssr": "^19.2.0-rc.0", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0-next.2", - "@angular/cli": "^19.2.0-next.2", + "@angular-devkit/build-angular": "^19.2.0-rc.0", + "@angular/cli": "^19.2.0-rc.0", "@angular/compiler-cli": "^19.2.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0",