diff --git a/ponyracer/README.md b/ponyracer/README.md index 268e093..c239c7f 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 17.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c4b7f02..95d23c5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.3", - "@angular/cli": "~17.0.0-next.3", + "@angular-devkit/build-angular": "^17.0.0-next.4", + "@angular/cli": "~17.0.0-next.4", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.1.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.0.0-next.0", - "typescript": "~5.1.3" + "ng-packagr": "^17.0.0-next.1", + "typescript": "~5.2.2" } } diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index b67c4b9..dd734b9 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -10,6 +10,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,