From e205144a27628105dc16c0df8c082a9d617d1b64 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Wed, 30 Oct 2024 16:40:02 +0100 Subject: [PATCH] update angular starter to v19 --- angular/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/angular/package.json b/angular/package.json index a49634e..239f57e 100644 --- a/angular/package.json +++ b/angular/package.json @@ -7,21 +7,21 @@ "build": "ng build" }, "dependencies": { - "@angular/animations": "^18.1.0", - "@angular/common": "^18.1.0", - "@angular/compiler": "^18.1.0", - "@angular/core": "^18.1.0", - "@angular/forms": "^18.1.0", - "@angular/platform-browser": "^18.1.0", - "@angular/router": "^18.1.0", + "@angular/animations": "^19.0.0-next.11", + "@angular/common": "^19.0.0-next.11", + "@angular/compiler": "^19.0.0-next.11", + "@angular/core": "^19.0.0-next.11", + "@angular/forms": "^19.0.0-next.11", + "@angular/platform-browser": "^19.0.0-next.11", + "@angular/router": "^19.0.0-next.11", "rxjs": "^7.8.1", "tslib": "^2.5.0", - "zone.js": "~0.14.0" + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0", - "@angular/cli": "^18.1.0", - "@angular/compiler-cli": "^18.1.0", + "@angular-devkit/build-angular": "^19.0.0-next.11", + "@angular/cli": "^19.0.0-next.11", + "@angular/compiler-cli": "^19.0.0-next.11", "typescript": "~5.5.0" } }