diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig index 59d9a3a3e..f166060da 100644 --- a/ponyracer/.editorconfig +++ b/ponyracer/.editorconfig @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [*.ts] quote_type = single +ij_typescript_use_double_quotes = false [*.md] max_line_length = off diff --git a/ponyracer/package.json b/ponyracer/package.json index f0c49fbcb..13132894e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.6", - "@angular/cli": "^18.2.6", + "@angular-devkit/build-angular": "^18.2.7", + "@angular/cli": "^18.2.7", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0",