mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: updated Angular to v16
parent
665dcaddc6
commit
28c3e49af1
File diff suppressed because it is too large
Load Diff
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.2.10",
|
||||
"@angular/animations": "16.2.12",
|
||||
"@angular/cdk": "15.2.9",
|
||||
"@angular/common": "15.2.10",
|
||||
"@angular/compiler": "15.2.10",
|
||||
"@angular/core": "15.2.10",
|
||||
"@angular/common": "16.2.12",
|
||||
"@angular/compiler": "16.2.12",
|
||||
"@angular/core": "16.2.12",
|
||||
"@angular/flex-layout": "14.0.0-beta.41",
|
||||
"@angular/forms": "15.2.10",
|
||||
"@angular/forms": "16.2.12",
|
||||
"@angular/material": "15.2.9",
|
||||
"@angular/platform-browser": "15.2.10",
|
||||
"@angular/platform-browser-dynamic": "15.2.10",
|
||||
"@angular/router": "15.2.10",
|
||||
"@angular/platform-browser": "16.2.12",
|
||||
"@angular/platform-browser-dynamic": "16.2.12",
|
||||
"@angular/router": "16.2.12",
|
||||
"colormap": "2.3.2",
|
||||
"core-js": "3.26.1",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
|
@ -18,13 +18,13 @@
|
|||
"openvidu-node-client-v2compatibility": "3.0.1-beta1",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.4.1",
|
||||
"zone.js": "0.12.0"
|
||||
"zone.js": "0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "15.2.11",
|
||||
"@angular/cli": "15.2.11",
|
||||
"@angular/compiler-cli": "15.2.10",
|
||||
"@angular/language-service": "15.2.10",
|
||||
"@angular-devkit/build-angular": "16.2.16",
|
||||
"@angular/cli": "16.2.16",
|
||||
"@angular/compiler-cli": "16.2.12",
|
||||
"@angular/language-service": "16.2.12",
|
||||
"@types/jasmine": "4.3.0",
|
||||
"@types/jasminewd2": "2.0.10",
|
||||
"@types/json-stringify-safe": "5.0.0",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"codelyzer": "6.0.2",
|
||||
"ts-node": "8.5.4",
|
||||
"tslint": "6.1.3",
|
||||
"typescript": "4.8.4"
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"name": "openvidu-testapp",
|
||||
|
|
Loading…
Reference in New Issue