diff --git a/ponyracer/package.json b/ponyracer/package.json index 21942ba5e..a15481eb6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.0", - "@angular/cli": "^17.3.0", + "@angular-devkit/build-angular": "^17.3.1", + "@angular/cli": "^17.3.1", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index f37b67ff0..eb49734a4 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -3,7 +3,6 @@ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", - "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true,