From ca36a09c3d38bc9122212e2e5ba7e39c87cc5949 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 May 2025 16:11:02 +0000 Subject: [PATCH] chore: version 20.0.0 --- ponyracer/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 75fc26b72..8189bf9d5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,20 +10,20 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0-next.0", - "@angular/compiler": "^20.0.0-next.0", - "@angular/core": "^20.0.0-next.0", - "@angular/forms": "^20.0.0-next.0", - "@angular/platform-browser": "^20.0.0-next.0", - "@angular/router": "^20.0.0-next.0", + "@angular/common": "^20.0.0", + "@angular/compiler": "^20.0.0", + "@angular/core": "^20.0.0", + "@angular/forms": "^20.0.0", + "@angular/platform-browser": "^20.0.0", + "@angular/router": "^20.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-rc.4", - "@angular/cli": "^20.0.0-rc.4", - "@angular/compiler-cli": "^20.0.0-next.0", + "@angular/build": "^20.0.0", + "@angular/cli": "^20.0.0", + "@angular/compiler-cli": "^20.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.7.0", "karma": "~6.4.0",