From dc117eacf4f4b26a02f9c0b6cea96272a71abcae Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 10 Jul 2025 02:08:10 +0000 Subject: [PATCH] chore: version 20.1.0 --- ponyracer/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 0bf16e5..73933a4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,23 +21,23 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.1.0-next.0", - "@angular/compiler": "^20.1.0-next.0", - "@angular/core": "^20.1.0-next.0", - "@angular/forms": "^20.1.0-next.0", - "@angular/platform-browser": "^20.1.0-next.0", - "@angular/platform-server": "^20.1.0-next.0", - "@angular/router": "^20.1.0-next.0", - "@angular/ssr": "^20.1.0-rc.0", + "@angular/common": "^20.1.0", + "@angular/compiler": "^20.1.0", + "@angular/core": "^20.1.0", + "@angular/forms": "^20.1.0", + "@angular/platform-browser": "^20.1.0", + "@angular/platform-server": "^20.1.0", + "@angular/router": "^20.1.0", + "@angular/ssr": "^20.1.0", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.1.0-rc.0", - "@angular/cli": "^20.1.0-rc.0", - "@angular/compiler-cli": "^20.1.0-next.0", + "@angular/build": "^20.1.0", + "@angular/cli": "^20.1.0", + "@angular/compiler-cli": "^20.1.0", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0", "@types/node": "^20.17.19",