diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 20e3d21e2..33c82b40d 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -41,8 +41,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "2kB", - "maximumError": "4kB" + "maximumWarning": "4kB", + "maximumError": "8kB" } ], "outputHashing": "all" diff --git a/ponyracer/package.json b/ponyracer/package.json index 8545d2ea6..c1c64776d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^19.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.3" + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.0", - "@angular/cli": "^19.0.0-next.0", + "@angular-devkit/build-angular": "^19.0.0-next.1", + "@angular/cli": "^19.0.0-next.1", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a8bb65b6e..67806721c 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -12,8 +12,6 @@ "skipLibCheck": true, "isolatedModules": true, "esModuleInterop": true, - "sourceMap": true, - "declaration": false, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true,