Skip to content

Commit

Permalink
ov-components: Supported Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 24, 2024
1 parent 86320a0 commit cc44e74
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
},
"name": "openvidu-angular",
"peerDependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/animations": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/forms": "^16.0.0 || ^17.0.0",
"@angular/material": "^16.0.0 || ^17.0.0",
"autolinker": "^4.0.0",
"buffer": "^6.0.3",
"openvidu-browser": "2.29.1"
Expand Down

0 comments on commit cc44e74

Please sign in to comment.