From e87e07a74f617acd50dcdcfb7b8cb09bae5f0fc3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:23:59 +0100 Subject: [PATCH 1/7] chore: version 8.1.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index fc27e53..7432e61 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.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6ae0790..1a7dc0a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "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.1.1", + "@angular/common": "~8.1.1", + "@angular/compiler": "~8.1.1", + "@angular/core": "~8.1.1", + "@angular/forms": "~8.1.1", + "@angular/platform-browser": "~8.1.1", + "@angular/platform-browser-dynamic": "~8.1.1", + "@angular/router": "~8.1.1", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "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/cli": "~8.1.1", + "@angular/compiler-cli": "~8.1.1", + "@angular/language-service": "~8.1.1", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", From fc5e06054f0873cc6f1e9c7bf4fb2a9fce5ff79d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:25:20 +0100 Subject: [PATCH 2/7] chore: version 8.1.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 7432e61..c69c5aa 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.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1a7dc0a..b2d5148 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.1", - "@angular/common": "~8.1.1", - "@angular/compiler": "~8.1.1", - "@angular/core": "~8.1.1", - "@angular/forms": "~8.1.1", - "@angular/platform-browser": "~8.1.1", - "@angular/platform-browser-dynamic": "~8.1.1", - "@angular/router": "~8.1.1", + "@angular/animations": "~8.1.2", + "@angular/common": "~8.1.2", + "@angular/compiler": "~8.1.2", + "@angular/core": "~8.1.2", + "@angular/forms": "~8.1.2", + "@angular/platform-browser": "~8.1.2", + "@angular/platform-browser-dynamic": "~8.1.2", + "@angular/router": "~8.1.2", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.1", - "@angular/compiler-cli": "~8.1.1", - "@angular/language-service": "~8.1.1", + "@angular/cli": "~8.1.2", + "@angular/compiler-cli": "~8.1.2", + "@angular/language-service": "~8.1.2", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", From 6831fe07541fe69dbd206b8b688fad5abf7b0e01 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:26:36 +0100 Subject: [PATCH 3/7] chore: version 8.1.3 --- ponyracer/.gitignore | 4 ++-- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 14 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 c69c5aa..85f97e2 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.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b2d5148..d834b28 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.2", - "@angular/common": "~8.1.2", - "@angular/compiler": "~8.1.2", - "@angular/core": "~8.1.2", - "@angular/forms": "~8.1.2", - "@angular/platform-browser": "~8.1.2", - "@angular/platform-browser-dynamic": "~8.1.2", - "@angular/router": "~8.1.2", + "@angular/animations": "~8.1.3", + "@angular/common": "~8.1.3", + "@angular/compiler": "~8.1.3", + "@angular/core": "~8.1.3", + "@angular/forms": "~8.1.3", + "@angular/platform-browser": "~8.1.3", + "@angular/platform-browser-dynamic": "~8.1.3", + "@angular/router": "~8.1.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.2", - "@angular/compiler-cli": "~8.1.2", - "@angular/language-service": "~8.1.2", + "@angular/cli": "~8.1.3", + "@angular/compiler-cli": "~8.1.3", + "@angular/language-service": "~8.1.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", From 27b541fdaefa44180f42d44aab99d9b30d88cef2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:28:05 +0100 Subject: [PATCH 4/7] chore: version 8.2.0-next.0 --- ponyracer/.gitignore | 4 +-- ponyracer/README.md | 2 +- ponyracer/package.json | 30 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 +-- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index 86d943a..f4f46a5 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 85f97e2..5079a95 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.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d834b28..15845ab 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.3", - "@angular/common": "~8.1.3", - "@angular/compiler": "~8.1.3", - "@angular/core": "~8.1.3", - "@angular/forms": "~8.1.3", - "@angular/platform-browser": "~8.1.3", - "@angular/platform-browser-dynamic": "~8.1.3", - "@angular/router": "~8.1.3", + "@angular/animations": "~8.2.0-next.0", + "@angular/common": "~8.2.0-next.0", + "@angular/compiler": "~8.2.0-next.0", + "@angular/core": "~8.2.0-next.0", + "@angular/forms": "~8.2.0-next.0", + "@angular/platform-browser": "~8.2.0-next.0", + "@angular/platform-browser-dynamic": "~8.2.0-next.0", + "@angular/router": "~8.2.0-next.0", "rxjs": "~6.4.0", "tslib": "^1.9.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.3", - "@angular/compiler-cli": "~8.1.3", - "@angular/language-service": "~8.1.3", + "@angular-devkit/build-angular": "~0.802.2", + "@angular-devkit/build-ng-packagr": "~0.802.2", + "@angular/cli": "~8.2.0-next.0", + "@angular/compiler-cli": "~8.2.0-next.0", + "@angular/language-service": "~8.2.0-next.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", @@ -40,10 +40,10 @@ "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" } 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 From c6e7feb9b36e158820fcfe1333b9f46fb063dd27 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:29:35 +0100 Subject: [PATCH 5/7] chore: version 8.2.0-next.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 5079a95..4ed2e00 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.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 15845ab..6ebc8f5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.2.0-next.0", - "@angular/common": "~8.2.0-next.0", - "@angular/compiler": "~8.2.0-next.0", - "@angular/core": "~8.2.0-next.0", - "@angular/forms": "~8.2.0-next.0", - "@angular/platform-browser": "~8.2.0-next.0", - "@angular/platform-browser-dynamic": "~8.2.0-next.0", - "@angular/router": "~8.2.0-next.0", + "@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", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.802.2", "@angular-devkit/build-ng-packagr": "~0.802.2", - "@angular/cli": "~8.2.0-next.0", - "@angular/compiler-cli": "~8.2.0-next.0", - "@angular/language-service": "~8.2.0-next.0", + "@angular/cli": "~8.2.0-next.1", + "@angular/compiler-cli": "~8.2.0-next.2", + "@angular/language-service": "~8.2.0-next.2", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", From 849ecd93334e5fbaf213f29c952cfda9cc6865f1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:31:09 +0100 Subject: [PATCH 6/7] 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" } } From 4fcf8f0034f5f9acbd48c2984ab4fb672ef263bc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:32:39 +0100 Subject: [PATCH 7/7] chore: version 8.2.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 6e05538..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.2.0-rc.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 ff89b2b..b86d6b4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@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", + "@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.10.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.802.2", "@angular-devkit/build-ng-packagr": "~0.802.2", - "@angular/cli": "~8.2.0-rc.0", - "@angular/compiler-cli": "~8.2.0-rc.0", - "@angular/language-service": "~8.2.0-rc.0", + "@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",