From 9e12175c59fb3fa056124cba9d50f9881de49a93 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:24:15 +0000 Subject: [PATCH] chore: version 19.0.0-next.1 --- ponyracer/angular.json | 4 ++-- ponyracer/package.json | 8 ++++---- ponyracer/tsconfig.json | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 6b90849..282d0ea 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -46,8 +46,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "2kB", - "maximumError": "4kB" + "maximumWarning": "4kB", + "maximumError": "8kB" } ], "outputHashing": "all" diff --git a/ponyracer/package.json b/ponyracer/package.json index 1daf106..a2dddfe 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^19.0.0-next.0", "@angular/platform-server": "^19.0.0-next.0", "@angular/router": "^19.0.0-next.0", - "@angular/ssr": "^19.0.0-next.0", + "@angular/ssr": "^19.0.0-next.1", "express": "^4.18.2", "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/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a8bb65b..6780672 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,