From 60d2a09edc2d5e8c7633a21e3f61895ad17298c0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Aug 2020 18:28:35 +0000 Subject: [PATCH] chore: version 10.1.0-next.5 --- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++------ ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 +- .../projects/ponyracer-lib/tsconfig.lib.json | 2 +- .../projects/ponyracer-lib/tsconfig.spec.json | 2 +- ponyracer/tsconfig.base.json | 33 ------------- ponyracer/tsconfig.json | 46 +++++++++++++------ 8 files changed, 50 insertions(+), 67 deletions(-) delete mode 100644 ponyracer/tsconfig.base.json diff --git a/ponyracer/README.md b/ponyracer/README.md index 602e748..40388fc 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 10.1.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3d2a9f8..1ec3a37 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.1.0-next.4", - "@angular/common": "~10.1.0-next.4", - "@angular/compiler": "~10.1.0-next.4", - "@angular/core": "~10.1.0-next.4", - "@angular/forms": "~10.1.0-next.4", - "@angular/platform-browser": "~10.1.0-next.4", - "@angular/platform-browser-dynamic": "~10.1.0-next.4", - "@angular/router": "~10.1.0-next.4", + "@angular/animations": "~10.1.0-next.5", + "@angular/common": "~10.1.0-next.5", + "@angular/compiler": "~10.1.0-next.5", + "@angular/core": "~10.1.0-next.5", + "@angular/forms": "~10.1.0-next.5", + "@angular/platform-browser": "~10.1.0-next.5", + "@angular/platform-browser-dynamic": "~10.1.0-next.5", + "@angular/router": "~10.1.0-next.5", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1001.0-next.4", - "@angular-devkit/build-ng-packagr": "~0.1001.0-next.4", - "@angular/cli": "~10.1.0-next.4", - "@angular/compiler-cli": "~10.1.0-next.4", + "@angular-devkit/build-angular": "~0.1001.0-next.5", + "@angular-devkit/build-ng-packagr": "~0.1001.0-next.5", + "@angular/cli": "~10.1.0-next.5", + "@angular/compiler-cli": "~10.1.0-next.5", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", @@ -37,7 +37,7 @@ "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", - "karma-jasmine": "~3.3.0", + "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "ng-packagr": "^10.0.0", "protractor": "~7.0.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index cab272d..1b5711f 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 10.1.0-next.4. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 2913b2b..e8fdab4 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": "^10.1.0-next.4", - "@angular/core": "^10.1.0-next.4" + "@angular/common": "^10.1.0-next.5", + "@angular/core": "^10.1.0-next.5" }, "dependencies": { "tslib": "^2.0.0" diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index 32eb61b..6e06ad5 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -1,6 +1,6 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/lib", "target": "es2015", diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index 96730b0..715dd0a 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -1,6 +1,6 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/spec", "types": [ diff --git a/ponyracer/tsconfig.base.json b/ponyracer/tsconfig.base.json deleted file mode 100644 index 2363f88..0000000 --- a/ponyracer/tsconfig.base.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "compileOnSave": false, - "compilerOptions": { - "baseUrl": "./", - "outDir": "./dist/out-tsc", - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "sourceMap": true, - "declaration": false, - "downlevelIteration": true, - "experimentalDecorators": true, - "moduleResolution": "node", - "importHelpers": true, - "target": "es2015", - "module": "es2020", - "lib": [ - "es2018", - "dom" - ], - "paths": { - "ponyracer-lib": [ - "dist/ponyracer-lib/ponyracer-lib", - "dist/ponyracer-lib" - ] - } - }, - "angularCompilerOptions": { - "strictInjectionParameters": true, - "strictTemplates": true - } -} \ No newline at end of file diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index ca8e5ec..2363f88 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,17 +1,33 @@ -/* - This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. - It is not intended to be used to perform a compilation. - - To learn more about this file see: https://angular.io/config/solution-tsconfig. -*/ { - "files": [], - "references": [ - { - "path": "./projects/ponyracer-lib/tsconfig.lib.json" - }, - { - "path": "./projects/ponyracer-lib/tsconfig.spec.json" + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "forceConsistentCasingInFileNames": true, + "strict": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "es2015", + "module": "es2020", + "lib": [ + "es2018", + "dom" + ], + "paths": { + "ponyracer-lib": [ + "dist/ponyracer-lib/ponyracer-lib", + "dist/ponyracer-lib" + ] } -] -} + }, + "angularCompilerOptions": { + "strictInjectionParameters": true, + "strictTemplates": true + } +} \ No newline at end of file