From c4179d771d8ba79336088a80b1d018eae3de0faa Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 24 Jun 2020 22:07:13 +0000 Subject: [PATCH] chore: version 10.0.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 +-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index a344ce2..379dcf1 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 10.0.0-rc.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5bee790..24b072d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.0.0-rc.6", - "@angular/common": "~10.0.0-rc.6", - "@angular/compiler": "~10.0.0-rc.6", - "@angular/core": "~10.0.0-rc.6", - "@angular/forms": "~10.0.0-rc.6", - "@angular/platform-browser": "~10.0.0-rc.6", - "@angular/platform-browser-dynamic": "~10.0.0-rc.6", - "@angular/router": "~10.0.0-rc.6", + "@angular/animations": "~10.0.0", + "@angular/common": "~10.0.0", + "@angular/compiler": "~10.0.0", + "@angular/core": "~10.0.0", + "@angular/forms": "~10.0.0", + "@angular/platform-browser": "~10.0.0", + "@angular/platform-browser-dynamic": "~10.0.0", + "@angular/router": "~10.0.0", "rxjs": "~6.5.5", "tslib": "^2.0.0", "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1000.0-rc.5", - "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.5", - "@angular/cli": "~10.0.0-rc.5", - "@angular/compiler-cli": "~10.0.0-rc.6", + "@angular-devkit/build-angular": "~0.1000.0", + "@angular-devkit/build-ng-packagr": "~0.1000.0", + "@angular/cli": "~10.0.0", + "@angular/compiler-cli": "~10.0.0", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", @@ -39,7 +39,7 @@ "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~3.3.0", "karma-jasmine-html-reporter": "^1.5.0", - "ng-packagr": "^10.0.0-rc.0", + "ng-packagr": "^10.0.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 0117b3d..93479a2 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 10.0.0-rc.6. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index bfd22bc..8546641 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": "^10.0.0-rc.6", - "@angular/core": "^10.0.0-rc.6" + "@angular/common": "^10.0.0", + "@angular/core": "^10.0.0" }, "dependencies": { "tslib": "^2.0.0"