From 9307fcd8101cefd57ef3666b93e50ef12d85f639 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Aug 2024 18:20:43 +0000 Subject: [PATCH] chore: version 19.0.0-next.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 6 +++--- ponyracer/tsconfig.json | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index ef6f6cfe..5ce1d756 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 19.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0238176e..0dc98f82 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 0ec1dc85..190fbfb3 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -12,16 +12,14 @@ "skipLibCheck": true, "isolatedModules": true, "esModuleInterop": true, - "sourceMap": true, - "declaration": false, "experimentalDecorators": true, "moduleResolution": "bundler", + "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, - "importHelpers": true, "target": "ES2022", "module": "ES2022", "lib": [