mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update Angular dependencies to version 19.x and ng-packagr to 19.2.2
parent
432953323c
commit
94a14e3ae2
File diff suppressed because it is too large
Load Diff
|
|
@ -1,27 +1,27 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "18.2.14",
|
"@angular/animations": "19.2.15",
|
||||||
"@angular/cdk": "19.2.11",
|
"@angular/cdk": "19.2.19",
|
||||||
"@angular/common": "18.2.14",
|
"@angular/common": "19.2.15",
|
||||||
"@angular/core": "18.2.14",
|
"@angular/core": "19.2.15",
|
||||||
"@angular/forms": "18.2.14",
|
"@angular/forms": "19.2.15",
|
||||||
"@angular/material": "19.2.11",
|
"@angular/material": "19.2.19",
|
||||||
"@angular/platform-browser": "18.2.14",
|
"@angular/platform-browser": "19.2.15",
|
||||||
"@angular/platform-browser-dynamic": "18.2.14",
|
"@angular/platform-browser-dynamic": "19.2.15",
|
||||||
"@angular/router": "18.2.14",
|
"@angular/router": "19.2.15",
|
||||||
"@livekit/track-processors": "^0.5.6",
|
"@livekit/track-processors": "^0.5.6",
|
||||||
"@types/dom-mediacapture-transform": "^0.1.11",
|
"@types/dom-mediacapture-transform": "^0.1.11",
|
||||||
"autolinker": "4.0.0",
|
"autolinker": "4.0.0",
|
||||||
"livekit-client": "2.11.4",
|
"livekit-client": "2.11.4",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"tslib": "2.7.0",
|
"tslib": "2.7.0",
|
||||||
"zone.js": "^0.14.10"
|
"zone.js": "^0.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "18.2.21",
|
"@angular-devkit/build-angular": "19.2.17",
|
||||||
"@angular/cli": "18.2.21",
|
"@angular/cli": "19.2.17",
|
||||||
"@angular/compiler": "18.2.14",
|
"@angular/compiler": "19.2.15",
|
||||||
"@angular/compiler-cli": "18.2.14",
|
"@angular/compiler-cli": "19.2.15",
|
||||||
"@compodoc/compodoc": "^1.1.25",
|
"@compodoc/compodoc": "^1.1.25",
|
||||||
"@types/jasmine": "^5.1.4",
|
"@types/jasmine": "^5.1.4",
|
||||||
"@types/node": "20.12.14",
|
"@types/node": "20.12.14",
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"karma-mocha-reporter": "2.2.5",
|
"karma-mocha-reporter": "2.2.5",
|
||||||
"karma-notify-reporter": "1.3.0",
|
"karma-notify-reporter": "1.3.0",
|
||||||
"lint-staged": "^15.2.10",
|
"lint-staged": "^15.2.10",
|
||||||
"ng-packagr": "18.2.1",
|
"ng-packagr": "19.2.2",
|
||||||
"npm-watch": "^0.13.0",
|
"npm-watch": "^0.13.0",
|
||||||
"pixelmatch": "^7.1.0",
|
"pixelmatch": "^7.1.0",
|
||||||
"pngjs": "^7.0.0",
|
"pngjs": "^7.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue