diff --git a/ponyracer/README.md b/ponyracer/README.md index 44001fa..c84ecb1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0a887cc..e1304f3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0-next.0", - "@angular/common": "^16.0.0-next.0", - "@angular/compiler": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0", - "@angular/forms": "^16.0.0-next.0", - "@angular/platform-browser": "^16.0.0-next.0", - "@angular/platform-browser-dynamic": "^16.0.0-next.0", - "@angular/router": "^16.0.0-next.0", + "@angular/animations": "^16.0.0", + "@angular/common": "^16.0.0", + "@angular/compiler": "^16.0.0", + "@angular/core": "^16.0.0", + "@angular/forms": "^16.0.0", + "@angular/platform-browser": "^16.0.0", + "@angular/platform-browser-dynamic": "^16.0.0", + "@angular/router": "^16.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.4", - "@angular/cli": "~16.0.0-rc.4", - "@angular/compiler-cli": "^16.0.0-next.0", + "@angular-devkit/build-angular": "^16.0.0", + "@angular/cli": "~16.0.0", + "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0-next.0", + "ng-packagr": "^16.0.0", "typescript": "~5.0.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c0ec54b..135d3ea 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 131fc3e..9aa9841 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": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0" + "@angular/common": "^16.0.0", + "@angular/core": "^16.0.0" }, "dependencies": { "tslib": "^2.3.0"