From 19845f0c0c939244a798727d26f543b354960729 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 2 Apr 2021 18:33:49 +0000 Subject: [PATCH] chore: version 11.2.7 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 ++-- .../src/lib/ponyracer-lib.module.ts | 8 +++++-- 5 files changed, 21 insertions(+), 17 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 2314a6a..381e0f0 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 11.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 12ada7e..9da57e2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.2.7", - "@angular/common": "~11.2.7", - "@angular/compiler": "~11.2.7", - "@angular/core": "~11.2.7", - "@angular/forms": "~11.2.7", - "@angular/platform-browser": "~11.2.7", - "@angular/platform-browser-dynamic": "~11.2.7", - "@angular/router": "~11.2.7", + "@angular/animations": "~11.2.8", + "@angular/common": "~11.2.8", + "@angular/compiler": "~11.2.8", + "@angular/core": "~11.2.8", + "@angular/forms": "~11.2.8", + "@angular/platform-browser": "~11.2.8", + "@angular/platform-browser-dynamic": "~11.2.8", + "@angular/router": "~11.2.8", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1102.6", - "@angular/cli": "~11.2.6", - "@angular/compiler-cli": "~11.2.7", + "@angular-devkit/build-angular": "~0.1102.7", + "@angular/cli": "~11.2.7", + "@angular/compiler-cli": "~11.2.8", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 7a1ac33..22d5180 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 11.2.7. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.8. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index ac96374..6c0e1ba 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": "^11.2.7", - "@angular/core": "^11.2.7" + "@angular/common": "^11.2.8", + "@angular/core": "^11.2.8" }, "dependencies": { "tslib": "^2.0.0" diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts index 86e2652..bdb7ede 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts @@ -4,9 +4,13 @@ import { PonyracerLibComponent } from './ponyracer-lib.component'; @NgModule({ - declarations: [PonyracerLibComponent], + declarations: [ + PonyracerLibComponent + ], imports: [ ], - exports: [PonyracerLibComponent] + exports: [ + PonyracerLibComponent + ] }) export class PonyracerLibModule { }