From 71750956a834d8252db5024577ae4a1f63f8732b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 May 2020 22:06:26 +0000 Subject: [PATCH] chore: version 9.1.7 --- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 6 +++-- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 802cbdb..1a043e5 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 9.1.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c26afc6..11a5593 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.1.7", - "@angular/common": "~9.1.7", - "@angular/compiler": "~9.1.7", - "@angular/core": "~9.1.7", - "@angular/forms": "~9.1.7", - "@angular/platform-browser": "~9.1.7", - "@angular/platform-browser-dynamic": "~9.1.7", - "@angular/router": "~9.1.7", + "@angular/animations": "~9.1.9", + "@angular/common": "~9.1.9", + "@angular/compiler": "~9.1.9", + "@angular/core": "~9.1.9", + "@angular/forms": "~9.1.9", + "@angular/platform-browser": "~9.1.9", + "@angular/platform-browser-dynamic": "~9.1.9", + "@angular/router": "~9.1.9", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.901.6", - "@angular-devkit/build-ng-packagr": "~0.901.6", - "@angular/cli": "~9.1.6", - "@angular/compiler-cli": "~9.1.7", + "@angular-devkit/build-angular": "~0.901.7", + "@angular-devkit/build-ng-packagr": "~0.901.7", + "@angular/cli": "~9.1.7", + "@angular/compiler-cli": "~9.1.9", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", @@ -40,7 +40,7 @@ "karma-jasmine": "~3.0.1", "karma-jasmine-html-reporter": "^1.4.2", "ng-packagr": "^9.0.0", - "protractor": "~5.4.3", + "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~3.8.3" diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 3babc62..3f4ac10 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 9.1.7. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index b1b5f6c..82dcf6f 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,10 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^9.1.7", - "@angular/core": "^9.1.7", + "@angular/common": "^9.1.9", + "@angular/core": "^9.1.9" + }, + "dependencies": { "tslib": "^1.10.0" } } \ No newline at end of file