Skip to content

Commit dbdd587

Browse files
committed
ov-.components: upgrade Angular dependencies to version 20.2.10 and update parse5 to version 8.0.0 across multiple packages
- Updated @angular/cdk and @angular/material from version 19.x to 20.2.10 in package.json and package-lock.json for openvidu-demo-app, openvidu-toggle-hand, openvidu-toolbar-buttons, and openvidu-toolbar-panel-buttons. - Updated peer dependencies in @angular/cdk and @angular/material to support Angular 20.x and 21.x. - Removed deprecated parse5 version 7.x and upgraded to version 8.0.0 in all relevant package-lock.json files. - Enhanced run-test.sh script to allow specifying a version of openvidu-components-angular for installation, supporting both npm registry and local file paths.
1 parent 177137e commit dbdd587

35 files changed

Lines changed: 676 additions & 10501 deletions

File tree

openvidu-components-angular/openvidu-additional-panels/package-lock.json

Lines changed: 36 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openvidu-components-angular/openvidu-additional-panels/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"private": true,
1111
"dependencies": {
1212
"@angular/animations": "20.3.7",
13-
"@angular/cdk": "19.2.19",
13+
"@angular/cdk": "20.2.10",
1414
"@angular/common": "20.3.7",
1515
"@angular/compiler": "20.3.7",
1616
"@angular/core": "20.3.7",
1717
"@angular/forms": "20.3.7",
18-
"@angular/material": "19.2.19",
18+
"@angular/material": "20.2.10",
1919
"@angular/platform-browser": "20.3.7",
2020
"@angular/platform-browser-dynamic": "20.3.7",
2121
"@angular/router": "20.3.7",

openvidu-components-angular/openvidu-admin-dashboard/package-lock.json

Lines changed: 36 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)