diff --git a/ponyracer/.vscode/launch.json b/ponyracer/.vscode/launch.json index 740e35a0c..925af8370 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/package.json b/ponyracer/package.json index e63ece439..0c9da1847 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",