diff --git a/ponyracer/README.md b/ponyracer/README.md index 55f23bc..b036237 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.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 5114ee2..625bd0b 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -42,6 +42,7 @@ } } } - }}, + } + }, "defaultProject": "ponyracer-lib" } diff --git a/ponyracer/package.json b/ponyracer/package.json index f6b280a..53e10c6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.0.0-next.0", - "@angular/common": "~11.0.0-next.0", - "@angular/compiler": "~11.0.0-next.0", - "@angular/core": "~11.0.0-next.0", - "@angular/forms": "~11.0.0-next.0", - "@angular/platform-browser": "~11.0.0-next.0", - "@angular/platform-browser-dynamic": "~11.0.0-next.0", - "@angular/router": "~11.0.0-next.0", + "@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", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.0-next.0", - "@angular/cli": "~11.0.0-next.0", - "@angular/compiler-cli": "~11.0.0-next.0", + "@angular-devkit/build-angular": "~0.1100.0-next.1", + "@angular/cli": "~11.0.0-next.1", + "@angular/compiler-cli": "~11.0.0-next.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", @@ -34,7 +34,7 @@ "jasmine-spec-reporter": "~5.0.0", "karma": "~5.2.0", "karma-chrome-launcher": "~3.1.0", - "karma-coverage-istanbul-reporter": "~3.0.2", + "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.5.0", "ng-packagr": "^10.1.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 6a4f3d8..62f6373 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.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js index 9d3707f..d5604fc 100644 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -9,16 +9,20 @@ module.exports = function (config) { require('karma-jasmine'), require('karma-chrome-launcher'), require('karma-jasmine-html-reporter'), - require('karma-coverage-istanbul-reporter'), + require('karma-coverage'), require('@angular-devkit/build-angular/plugins/karma') ], client: { clearContext: false // leave Jasmine Spec Runner output visible in browser }, - coverageIstanbulReporter: { + coverageReporter: { dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), - reports: ['html', 'lcovonly', 'text-summary'], - fixWebpackSourcePaths: true + subdir: '.', + reporters: [ + {type: 'html'}, + {type: 'lcov'}, + {type: 'text-summary'}, + ], }, reporters: ['progress', 'kjhtml'], port: 9876, diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 5fc9daa..c36629b 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.0", - "@angular/core": "^11.0.0-next.0" + "@angular/common": "^11.0.0-next.1", + "@angular/core": "^11.0.0-next.1" }, "dependencies": { "tslib": "^2.0.0"