Skip to content

Commit

Permalink
feat(angular): allow Angular 19 and zone.js 0.15 (#16783)
Browse files Browse the repository at this point in the history
Co-authored-by: Sulidi Maimaitiming <[email protected]>
  • Loading branch information
ussu and Sulidi Maimaitiming authored Nov 25, 2024
1 parent cb341b8 commit cc764e8
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",
"@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"
}
}

0 comments on commit cc764e8

Please sign in to comment.