Skip to content

Commit

Permalink
feat(angular): allow Angular 19 and zone.js 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulidi Maimaitiming committed Nov 20, 2024
1 parent 1ec4f9c commit fb19a09
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 fb19a09

Please sign in to comment.