From c2556eb087974502168106e51e8d999ff8a22b51 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Mon, 25 Nov 2024 10:03:48 +0000 Subject: [PATCH] Revert "feat(angular): allow Angular 19 and zone.js 0.15 (#16783)" (#16829) This reverts commit cc764e891208ce6f59328e041af45286e95b739f. --- 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 9a647fc0f2c..53abed82b7d 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 || ^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", + "@angular/core": "^17.0.0 || ^18.0.0", + "@angular/common": "^17.0.0 || ^18.0.0", + "@angular/forms": "^17.0.0 || ^18.0.0", "rxjs": "^6.0.0 || ^7.8.1", - "zone.js": "~0.14.0 || ~0.15.0" + "zone.js": "~0.14.0" } }