diff --git a/ponyracer/README.md b/ponyracer/README.md index a5d1dab..fc27e53 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 8.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1be8b2d..6ae0790 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.0", - "@angular/common": "~8.0.0", - "@angular/compiler": "~8.0.0", - "@angular/core": "~8.0.0", - "@angular/forms": "~8.0.0", - "@angular/platform-browser": "~8.0.0", - "@angular/platform-browser-dynamic": "~8.0.0", - "@angular/router": "~8.0.0", + "@angular/animations": "~8.1.0", + "@angular/common": "~8.1.0", + "@angular/compiler": "~8.1.0", + "@angular/core": "~8.1.0", + "@angular/forms": "~8.1.0", + "@angular/platform-browser": "~8.1.0", + "@angular/platform-browser-dynamic": "~8.1.0", + "@angular/router": "~8.1.0", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.800.6", - "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.0", - "@angular/compiler-cli": "~8.0.0", - "@angular/language-service": "~8.0.0", + "@angular-devkit/build-angular": "~0.801.3", + "@angular-devkit/build-ng-packagr": "~0.801.3", + "@angular/cli": "~8.1.0", + "@angular/compiler-cli": "~8.1.0", + "@angular/language-service": "~8.1.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index fd08a82..6f5d707 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 8.0.3. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js index cfdcd1c..9d3707f 100644 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -17,7 +17,7 @@ module.exports = function (config) { }, coverageIstanbulReporter: { dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), - reports: ['html', 'lcovonly'], + reports: ['html', 'lcovonly', 'text-summary'], fixWebpackSourcePaths: true }, reporters: ['progress', 'kjhtml'], diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 2845870..99460f0 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,7 +2,7 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.3", - "@angular/core": "^8.0.3" + "@angular/common": "^8.1.3", + "@angular/core": "^8.1.3" } } \ No newline at end of file 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 5fa1287..86e2652 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts @@ -1,6 +1,8 @@ import { NgModule } from '@angular/core'; import { PonyracerLibComponent } from './ponyracer-lib.component'; + + @NgModule({ declarations: [PonyracerLibComponent], imports: [ diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a365cb5..3531048 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -5,10 +5,10 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "typeRoots": [ @@ -26,5 +26,9 @@ "dist/ponyracer-lib/*" ] } + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true } } \ No newline at end of file diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 62a9cc5..9c729f9 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -7,7 +7,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "import-blacklist": [ true, @@ -77,4 +77,4 @@ "use-lifecycle-interface": true, "use-pipe-transform-interface": true } -} \ No newline at end of file +}