From 1890b21546e65a91600f5fc90153bfbaa54433d9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Jun 2020 00:03:07 +0000 Subject: [PATCH] chore: version 10.0.0-rc.5 --- ponyracer/e2e/tsconfig.json | 1 + ponyracer/package.json | 4 ++-- ponyracer/src/app/package.json | 5 ++++- ponyracer/tsconfig.app.json | 1 + ponyracer/tsconfig.base.json | 1 + ponyracer/tsconfig.json | 8 ++++++-- ponyracer/tsconfig.spec.json | 1 + 7 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ponyracer/e2e/tsconfig.json b/ponyracer/e2e/tsconfig.json index 6b87cc425..1807fd68a 100644 --- a/ponyracer/e2e/tsconfig.json +++ b/ponyracer/e2e/tsconfig.json @@ -1,3 +1,4 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "../tsconfig.base.json", "compilerOptions": { diff --git a/ponyracer/package.json b/ponyracer/package.json index c5aff16ad..db32d5111 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -24,8 +24,8 @@ "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1000.0-rc.4", - "@angular/cli": "~10.0.0-rc.4", + "@angular-devkit/build-angular": "~0.1000.0-rc.5", + "@angular/cli": "~10.0.0-rc.5", "@angular/compiler-cli": "~10.0.0-rc.6", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", diff --git a/ponyracer/src/app/package.json b/ponyracer/src/app/package.json index c21550606..37613d62a 100644 --- a/ponyracer/src/app/package.json +++ b/ponyracer/src/app/package.json @@ -1,6 +1,9 @@ { "name": "ponyracer", "private": true, - "description": "This is a special package.json file that is not used by package managers. It is however used to tell the tools and bundlers whether the code under this directory is free of code with non-local side-effect. Any code that does have non-local side-effects can't be well optimized (tree-shaken) and will result in unnecessary increased payload size. It should be safe to set this option to 'false' for new applications, but existing code bases could be broken when built with the production config if the application code does contain non-local side-effects that the application depends on.", + "description_1": "This is a special package.json file that is not used by package managers.", + "description_2": "It is used to tell the tools and bundlers whether the code under this directory is free of code with non-local side-effect. Any code that does have non-local side-effects can't be well optimized (tree-shaken) and will result in unnecessary increased payload size.", + "description_3": "It should be safe to set this option to 'false' for new applications, but existing code bases could be broken when built with the production config if the application code does contain non-local side-effects that the application depends on.", + "description_4": "To learn more about this file see: https://angular.io/config/app-package-json.", "sideEffects": false } diff --git a/ponyracer/tsconfig.app.json b/ponyracer/tsconfig.app.json index 44795bd55..232c3a5ce 100644 --- a/ponyracer/tsconfig.app.json +++ b/ponyracer/tsconfig.app.json @@ -1,3 +1,4 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.base.json", "compilerOptions": { diff --git a/ponyracer/tsconfig.base.json b/ponyracer/tsconfig.base.json index 430c1c5d6..751f3f80d 100644 --- a/ponyracer/tsconfig.base.json +++ b/ponyracer/tsconfig.base.json @@ -1,3 +1,4 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index db86a4c46..93118d7b7 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,5 +1,9 @@ -// 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. +/* + 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": [ diff --git a/ponyracer/tsconfig.spec.json b/ponyracer/tsconfig.spec.json index 2fabc273a..729a6d636 100644 --- a/ponyracer/tsconfig.spec.json +++ b/ponyracer/tsconfig.spec.json @@ -1,3 +1,4 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.base.json", "compilerOptions": {