diff --git a/ponyracer/README.md b/ponyracer/README.md index a75bf56..4a78d27 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 9.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e2f6bee..c5d75f2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.0.3", - "@angular/common": "~9.0.3", - "@angular/compiler": "~9.0.3", - "@angular/core": "~9.0.3", - "@angular/forms": "~9.0.3", - "@angular/platform-browser": "~9.0.3", - "@angular/platform-browser-dynamic": "~9.0.3", - "@angular/router": "~9.0.3", + "@angular/animations": "~9.0.5", + "@angular/common": "~9.0.5", + "@angular/compiler": "~9.0.5", + "@angular/core": "~9.0.5", + "@angular/forms": "~9.0.5", + "@angular/platform-browser": "~9.0.5", + "@angular/platform-browser-dynamic": "~9.0.5", + "@angular/router": "~9.0.5", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.900.4", - "@angular-devkit/build-ng-packagr": "~0.900.4", - "@angular/cli": "~9.0.4", - "@angular/compiler-cli": "~9.0.3", - "@angular/language-service": "~9.0.3", + "@angular-devkit/build-angular": "~0.900.5", + "@angular-devkit/build-ng-packagr": "~0.900.5", + "@angular/cli": "~9.0.5", + "@angular/compiler-cli": "~9.0.5", + "@angular/language-service": "~9.0.5", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 491f5cb..89a97bd 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 9.0.3. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 6edbe5f..4534304 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": "^9.0.3", - "@angular/core": "^9.0.3", + "@angular/common": "^9.0.5", + "@angular/core": "^9.0.5", "tslib": "^1.10.0" } } \ No newline at end of file diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index f3ddfbd..2049498 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -11,9 +11,6 @@ "moduleResolution": "node", "importHelpers": true, "target": "es2015", - "typeRoots": [ - "node_modules/@types" - ], "lib": [ "es2018", "dom"