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",