ov-components: Allowed Angular 19

pull/851/merge
Carlos Santos 2025-01-27 17:09:13 +01:00
parent 51e3abd483
commit 4cdb761737
1 changed files with 6 additions and 6 deletions

View File

@ -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",