From a957754a4586d552c4dfa2e4e4d2621b1238a379 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Oct 2024 10:09:38 +0000 Subject: [PATCH] chore: version 18.2.7 --- ponyracer/.editorconfig | 1 + ponyracer/package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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",