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 fc27e53..3c1097b 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.1.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6ae0790..b86d6b4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "rxjs": "~6.4.0", - "tslib": "^1.9.0", + "tslib": "^1.10.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.801.3", - "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0", - "@angular/compiler-cli": "~8.1.0", - "@angular/language-service": "~8.1.0", + "@angular-devkit/build-angular": "~0.802.2", + "@angular-devkit/build-ng-packagr": "~0.802.2", + "@angular/cli": "~8.2.0", + "@angular/compiler-cli": "~8.2.0", + "@angular/language-service": "~8.2.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", @@ -40,11 +40,11 @@ "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.4.0", - "ng-packagr": "^5.1.0", + "ng-packagr": "^5.3.0", "protractor": "~5.4.0", "ts-node": "~7.0.0", - "tsickle": "^0.35.0", + "tsickle": "^0.36.0", "tslint": "~5.15.0", - "typescript": "~3.4.3" + "typescript": "~3.5.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 6f5d707..42d053f 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 8.1.3. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 99460f0..cf91080 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,7 +2,7 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.1.3", - "@angular/core": "^8.1.3" + "@angular/common": "^8.2.0", + "@angular/core": "^8.2.0" } } \ No newline at end of file