From 9e18a222c743ae718c240e1a39e73f085a59b318 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Oct 2024 10:18:14 +0000 Subject: [PATCH] chore: version 18.2.7 --- ponyracer/.editorconfig | 1 + ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig index 59d9a3a3..f166060d 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/README.md b/ponyracer/README.md index 5ddc6278..78e9e662 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 18.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ad1abfbc..83d9233d 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",