Skip to content

Commit

Permalink
Revert "feat(angular): allow Angular 19 and zone.js 0.15 (#16783)" (#…
Browse files Browse the repository at this point in the history
…16829)

This reverts commit cc764e8.
  • Loading branch information
mertsincan authored Nov 25, 2024
1 parent cc764e8 commit c2556eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit c2556eb

Please sign in to comment.