diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig index e89330a61..59d9a3a3e 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/package.json b/ponyracer/package.json index ac633b208..ee850cdb2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "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/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/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",