From e5805167f9afe7d4766c81d5160c986d4ddc0f74 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Apr 2023 14:13:46 +0000 Subject: [PATCH] chore: version 15.2.7 --- ponyracer/.vscode/launch.json | 2 +- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/.vscode/launch.json b/ponyracer/.vscode/launch.json index 740e35a..925af83 100644 --- a/ponyracer/.vscode/launch.json +++ b/ponyracer/.vscode/launch.json @@ -4,7 +4,7 @@ "configurations": [ { "name": "ng serve", - "type": "pwa-chrome", + "type": "chrome", "request": "launch", "preLaunchTask": "npm: start", "url": "http://localhost:4200/" diff --git a/ponyracer/README.md b/ponyracer/README.md index cbe8a28..3de90d3 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 15.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 29214f7..5175006 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.6", - "@angular/cli": "~15.2.6", + "@angular-devkit/build-angular": "^15.2.7", + "@angular/cli": "~15.2.7", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0",