diff --git a/ponyracer/README.md b/ponyracer/README.md index 6d5bc8f..b6dcc6e 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 12.0.0-next.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index af49594..2699c12 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,32 +11,32 @@ }, "private": true, "dependencies": { - "@angular/animations": "~12.0.0-next.8", - "@angular/common": "~12.0.0-next.8", - "@angular/compiler": "~12.0.0-next.8", - "@angular/core": "~12.0.0-next.8", - "@angular/forms": "~12.0.0-next.8", - "@angular/platform-browser": "~12.0.0-next.8", - "@angular/platform-browser-dynamic": "~12.0.0-next.8", - "@angular/router": "~12.0.0-next.8", + "@angular/animations": "~12.0.0-next.9", + "@angular/common": "~12.0.0-next.9", + "@angular/compiler": "~12.0.0-next.9", + "@angular/core": "~12.0.0-next.9", + "@angular/forms": "~12.0.0-next.9", + "@angular/platform-browser": "~12.0.0-next.9", + "@angular/platform-browser-dynamic": "~12.0.0-next.9", + "@angular/router": "~12.0.0-next.9", "rxjs": "~6.6.0", "tslib": "^2.1.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1200.0-next.8", - "@angular/cli": "~12.0.0-next.8", - "@angular/compiler-cli": "~12.0.0-next.8", + "@angular-devkit/build-angular": "~12.0.0-next.9", + "@angular/cli": "~12.0.0-next.9", + "@angular/compiler-cli": "~12.0.0-next.9", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "jasmine-core": "~3.7.0", - "jasmine-spec-reporter": "~6.0.0", + "jasmine-spec-reporter": "~7.0.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", - "ng-packagr": "^12.0.0-next.0", + "ng-packagr": "^12.0.0-next.8", "protractor": "~7.0.0", "ts-node": "~9.1.1", "typescript": "~4.2.3" diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index e1b8676..2b61656 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 12.0.0-next.8. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 3a9eb85..e3447cc 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": "^12.0.0-next.8", - "@angular/core": "^12.0.0-next.8" + "@angular/common": "^12.0.0-next.9", + "@angular/core": "^12.0.0-next.9" }, "dependencies": { "tslib": "^2.1.0" diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index 6e06ad5..1407202 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -13,11 +13,6 @@ "es2018" ] }, - "angularCompilerOptions": { - "skipTemplateCodegen": true, - "strictMetadataEmit": true, - "enableResourceInlining": true - }, "exclude": [ "src/test.ts", "**/*.spec.ts" diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json index 5615c27..06de549 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json @@ -5,6 +5,6 @@ "declarationMap": false }, "angularCompilerOptions": { - "enableIvy": false + "compilationMode": "partial" } }