From 849ecd93334e5fbaf213f29c952cfda9cc6865f1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:31:09 +0100 Subject: [PATCH] chore: version 8.2.0-rc.0 --- ponyracer/.gitignore | 4 ++-- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index f4f46a5..86d943a 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -11,8 +11,8 @@ /node_modules # profiling files -chrome-profiler-events.json -speed-measure-plugin.json +chrome-profiler-events*.json +speed-measure-plugin*.json # IDEs and editors /.idea diff --git a/ponyracer/README.md b/ponyracer/README.md index 4ed2e00..6e05538 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 8.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6ebc8f5..ff89b2b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.2.0-next.2", - "@angular/common": "~8.2.0-next.2", - "@angular/compiler": "~8.2.0-next.2", - "@angular/core": "~8.2.0-next.2", - "@angular/forms": "~8.2.0-next.2", - "@angular/platform-browser": "~8.2.0-next.2", - "@angular/platform-browser-dynamic": "~8.2.0-next.2", - "@angular/router": "~8.2.0-next.2", + "@angular/animations": "~8.2.0-rc.0", + "@angular/common": "~8.2.0-rc.0", + "@angular/compiler": "~8.2.0-rc.0", + "@angular/core": "~8.2.0-rc.0", + "@angular/forms": "~8.2.0-rc.0", + "@angular/platform-browser": "~8.2.0-rc.0", + "@angular/platform-browser-dynamic": "~8.2.0-rc.0", + "@angular/router": "~8.2.0-rc.0", "rxjs": "~6.4.0", - "tslib": "^1.9.0", + "tslib": "^1.10.0", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.802.2", "@angular-devkit/build-ng-packagr": "~0.802.2", - "@angular/cli": "~8.2.0-next.1", - "@angular/compiler-cli": "~8.2.0-next.2", - "@angular/language-service": "~8.2.0-next.2", + "@angular/cli": "~8.2.0-rc.0", + "@angular/compiler-cli": "~8.2.0-rc.0", + "@angular/language-service": "~8.2.0-rc.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", @@ -45,6 +45,6 @@ "ts-node": "~7.0.0", "tsickle": "^0.36.0", "tslint": "~5.15.0", - "typescript": "~3.4.3" + "typescript": "~3.5.3" } }