From fc7544cfa627d348d908cd1781944c919fc9b018 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Apr 2020 20:10:34 +0000 Subject: [PATCH] chore: version 9.1.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 +-- .../src/lib/ponyracer-lib.component.ts | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index df23d10..50e4321 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.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6d7f38f..75dc1d8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.1.0", - "@angular/common": "~9.1.0", - "@angular/compiler": "~9.1.0", - "@angular/core": "~9.1.0", - "@angular/forms": "~9.1.0", - "@angular/platform-browser": "~9.1.0", - "@angular/platform-browser-dynamic": "~9.1.0", - "@angular/router": "~9.1.0", + "@angular/animations": "~9.1.1", + "@angular/common": "~9.1.1", + "@angular/compiler": "~9.1.1", + "@angular/core": "~9.1.1", + "@angular/forms": "~9.1.1", + "@angular/platform-browser": "~9.1.1", + "@angular/platform-browser-dynamic": "~9.1.1", + "@angular/router": "~9.1.1", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.901.0", - "@angular-devkit/build-ng-packagr": "~0.901.0", - "@angular/cli": "~9.1.0", - "@angular/compiler-cli": "~9.1.0", - "@angular/language-service": "~9.1.0", + "@angular-devkit/build-angular": "~0.901.1", + "@angular-devkit/build-ng-packagr": "~0.901.1", + "@angular/cli": "~9.1.1", + "@angular/compiler-cli": "~9.1.1", + "@angular/language-service": "~9.1.1", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 8ceacf1..ed87587 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.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 5f11646..c336672 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": "^9.1.0", - "@angular/core": "^9.1.0", + "@angular/common": "^9.1.1", + "@angular/core": "^9.1.1", "tslib": "^1.10.0" } } \ No newline at end of file diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts index fe39fdb..8cb86e1 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -8,7 +8,7 @@ import { Component, OnInit } from '@angular/core';

`, styles: [ - ], + ] }) export class PonyracerLibComponent implements OnInit {