openvidu-components: Updated peer depencencies versions

Used ranges with the aim of support new Angular versions
pull/750/head
Carlos Santos 2022-09-19 12:20:19 +02:00
parent 3f0e96ac35
commit 4a08a569b5
1 changed files with 7 additions and 7 deletions

View File

@ -2,13 +2,13 @@
"name": "openvidu-angular",
"version": "2.22.0",
"peerDependencies": {
"@angular/animations": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/material": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/flex-layout": "^13.0.0-beta.36",
"autolinker": "^3.14.3",
"@angular/animations": "^13.0.0 || ^14.0.0",
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0",
"@angular/material": "^13.0.0 || ^14.0.0",
"@angular/forms": "^13.0.0 || ^14.0.0",
"@angular/flex-layout": "^13.0.0-beta.36 || ^14.0.0-beta.40",
"autolinker": ">=3.14.3",
"buffer": "^6.0.3",
"openvidu-browser": "2.22.0"
},