From cc764e891208ce6f59328e041af45286e95b739f Mon Sep 17 00:00:00 2001 From: Sulidi Maimaitiming Date: Mon, 25 Nov 2024 11:02:52 +0100 Subject: [PATCH] feat(angular): allow Angular 19 and zone.js 0.15 (#16783) Co-authored-by: Sulidi Maimaitiming --- src/app/components/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/package.json b/src/app/components/package.json index 53abed82b7d..9a647fc0f2c 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -18,10 +18,10 @@ "module": "primeng.js", "typings": "primeng.d.ts", "peerDependencies": { - "@angular/core": "^17.0.0 || ^18.0.0", - "@angular/common": "^17.0.0 || ^18.0.0", - "@angular/forms": "^17.0.0 || ^18.0.0", + "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", + "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0", + "@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0", "rxjs": "^6.0.0 || ^7.8.1", - "zone.js": "~0.14.0" + "zone.js": "~0.14.0 || ~0.15.0" } }