mirror of https://github.com/OpenVidu/openvidu.git
Merge 5c07bdb359 into d11f1fcbeb
commit
98f4037ee1
|
|
@ -11,7 +11,7 @@
|
||||||
"@angular/animations": "20.3.15",
|
"@angular/animations": "20.3.15",
|
||||||
"@angular/cdk": "20.2.14",
|
"@angular/cdk": "20.2.14",
|
||||||
"@angular/common": "20.3.15",
|
"@angular/common": "20.3.15",
|
||||||
"@angular/core": "20.3.15",
|
"@angular/core": "20.3.18",
|
||||||
"@angular/forms": "20.3.15",
|
"@angular/forms": "20.3.15",
|
||||||
"@angular/material": "20.2.14",
|
"@angular/material": "20.2.14",
|
||||||
"@angular/platform-browser": "20.3.15",
|
"@angular/platform-browser": "20.3.15",
|
||||||
|
|
@ -1250,9 +1250,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@angular/core": {
|
"node_modules/@angular/core": {
|
||||||
"version": "20.3.15",
|
"version": "20.3.18",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz",
|
||||||
"integrity": "sha512-NMbX71SlTZIY9+rh/SPhRYFJU0pMJYW7z/TBD4lqiO+b0DTOIg1k7Pg9ydJGqSjFO1Z4dQaA6TteNuF99TJCNw==",
|
"integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
|
|
@ -1261,7 +1261,7 @@
|
||||||
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler": "20.3.15",
|
"@angular/compiler": "20.3.18",
|
||||||
"rxjs": "^6.5.3 || ^7.4.0",
|
"rxjs": "^6.5.3 || ^7.4.0",
|
||||||
"zone.js": "~0.15.0"
|
"zone.js": "~0.15.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"@angular/animations": "20.3.15",
|
"@angular/animations": "20.3.15",
|
||||||
"@angular/cdk": "20.2.14",
|
"@angular/cdk": "20.2.14",
|
||||||
"@angular/common": "20.3.15",
|
"@angular/common": "20.3.15",
|
||||||
"@angular/core": "20.3.15",
|
"@angular/core": "20.3.18",
|
||||||
"@angular/forms": "20.3.15",
|
"@angular/forms": "20.3.15",
|
||||||
"@angular/material": "20.2.14",
|
"@angular/material": "20.2.14",
|
||||||
"@angular/platform-browser": "20.3.15",
|
"@angular/platform-browser": "20.3.15",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue