From cda7d0a641b03b14f18f8e885f50666fab124c46 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 May 2025 16:24:19 +0000 Subject: [PATCH] chore: version 20.0.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 20 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index e60fe242..b41b2dd5 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.4. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5944ba77..4544ec76 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", @@ -31,7 +31,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^20.0.0-next.0", + "ng-packagr": "^20.0.0", "typescript": "~5.8.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index e10367a5..a7d48b35 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index cb6d298c..1b40f2a4 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,8 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^20.0.0-next.0", - "@angular/core": "^20.0.0-next.0" + "@angular/common": "^20.0.0", + "@angular/core": "^20.0.0" }, "dependencies": { "tslib": "^2.3.0"