diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig index e89330a..59d9a3a 100644 --- a/ponyracer/.editorconfig +++ b/ponyracer/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false diff --git a/ponyracer/README.md b/ponyracer/README.md index 4344eab..5414b77 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.1.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3051c63..e979823 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.1.0-next.1", - "@angular/common": "~9.1.0-next.1", - "@angular/compiler": "~9.1.0-next.1", - "@angular/core": "~9.1.0-next.1", - "@angular/forms": "~9.1.0-next.1", - "@angular/platform-browser": "~9.1.0-next.1", - "@angular/platform-browser-dynamic": "~9.1.0-next.1", - "@angular/router": "~9.1.0-next.1", + "@angular/animations": "~9.1.0-next.2", + "@angular/common": "~9.1.0-next.2", + "@angular/compiler": "~9.1.0-next.2", + "@angular/core": "~9.1.0-next.2", + "@angular/forms": "~9.1.0-next.2", + "@angular/platform-browser": "~9.1.0-next.2", + "@angular/platform-browser-dynamic": "~9.1.0-next.2", + "@angular/router": "~9.1.0-next.2", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.901.0-next.0", - "@angular-devkit/build-ng-packagr": "~0.901.0-next.0", - "@angular/cli": "~9.1.0-next.0", - "@angular/compiler-cli": "~9.1.0-next.1", - "@angular/language-service": "~9.1.0-next.1", + "@angular-devkit/build-angular": "~0.901.0-next.1", + "@angular-devkit/build-ng-packagr": "~0.901.0-next.1", + "@angular/cli": "~9.1.0-next.1", + "@angular/compiler-cli": "~9.1.0-next.2", + "@angular/language-service": "~9.1.0-next.2", "@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 e354b1a..8524e86 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.1.0-next.1. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.2. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 993a789..2f47e53 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.1.0-next.1", - "@angular/core": "^9.1.0-next.1", + "@angular/common": "^9.1.0-next.2", + "@angular/core": "^9.1.0-next.2", "tslib": "^1.10.0" } } \ No newline at end of file