From eec167858579638066b1fe515ef4334867e04ff3 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 6 Oct 2025 12:11:45 +0200 Subject: [PATCH] ov-components: update Angular peer dependencies to include version 20 --- .../openvidu-components-angular/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openvidu-components-angular/projects/openvidu-components-angular/package.json b/openvidu-components-angular/projects/openvidu-components-angular/package.json index d6609302c..92726cc58 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/package.json +++ b/openvidu-components-angular/projects/openvidu-components-angular/package.json @@ -4,12 +4,12 @@ }, "name": "openvidu-components-angular", "peerDependencies": { - "@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", + "@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", + "@angular/cdk": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", + "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", + "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", + "@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", + "@angular/material": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "autolinker": "^4.0.0", "buffer": "^6.0.3", "livekit-client": "^2.15.0",