From 397e33c1cc41acc66cf30a57c086e17656c54f57 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 10 Jul 2025 00:48:56 +0000 Subject: [PATCH] chore: version 20.1.0 --- ponyracer/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 9376cb4fd..79d665139 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,20 +20,20 @@ }, "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/router": "^20.1.0-next.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/router": "^20.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/jasmine": "~5.1.0", "jasmine-core": "~5.8.0", "karma": "~6.4.0",