Skip to content

Commit

Permalink
ov-components: Allowed Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jan 27, 2025
1 parent 51e3abd commit 4cdb761
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
},
"name": "openvidu-components-angular",
"peerDependencies": {
"@angular/animations": "^17.0.0 || ^18.0.0",
"@angular/cdk": "^17.0.0 || ^18.0.0",
"@angular/common": "^17.0.0 || ^18.0.0",
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/forms": "^17.0.0 || ^18.0.0",
"@angular/material": "^17.0.0 || ^18.0.0",
"@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/cdk": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/material": "^17.0.0 || ^18.0.0 || ^19.0.0",
"autolinker": "^4.0.0",
"buffer": "^6.0.3",
"livekit-client": "^2.1.0",
Expand Down

0 comments on commit 4cdb761

Please sign in to comment.