diff --git a/ponyracer/README.md b/ponyracer/README.md index b036237..2188ade 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.0.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 53e10c6..facb3ab 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.0.0-next.1", - "@angular/common": "~11.0.0-next.1", - "@angular/compiler": "~11.0.0-next.1", - "@angular/core": "~11.0.0-next.1", - "@angular/forms": "~11.0.0-next.1", - "@angular/platform-browser": "~11.0.0-next.1", - "@angular/platform-browser-dynamic": "~11.0.0-next.1", - "@angular/router": "~11.0.0-next.1", + "@angular/animations": "~11.0.0-next.2", + "@angular/common": "~11.0.0-next.2", + "@angular/compiler": "~11.0.0-next.2", + "@angular/core": "~11.0.0-next.2", + "@angular/forms": "~11.0.0-next.2", + "@angular/platform-browser": "~11.0.0-next.2", + "@angular/platform-browser-dynamic": "~11.0.0-next.2", + "@angular/router": "~11.0.0-next.2", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.0-next.1", - "@angular/cli": "~11.0.0-next.1", - "@angular/compiler-cli": "~11.0.0-next.1", + "@angular-devkit/build-angular": "~0.1100.0-next.2", + "@angular/cli": "~11.0.0-next.2", + "@angular/compiler-cli": "~11.0.0-next.2", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 62f6373..82a0f56 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.0.0-next.1. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js index d5604fc..1e96305 100644 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -19,9 +19,8 @@ module.exports = function (config) { dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), subdir: '.', reporters: [ - {type: 'html'}, - {type: 'lcov'}, - {type: 'text-summary'}, + { type: 'html' }, + { type: 'text-summary' } ], }, reporters: ['progress', 'kjhtml'], diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index c36629b..cb09822 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.0.0-next.1", - "@angular/core": "^11.0.0-next.1" + "@angular/common": "^11.0.0-next.2", + "@angular/core": "^11.0.0-next.2" }, "dependencies": { "tslib": "^2.0.0"