Revert "openvidu-call: Updated dependencies to Angular 14"
This reverts commit 4ebb91d9d170da0dba14b356d3632afdc1c503ea.
This commit is contained in:
parent
78c26d86cf
commit
cf80c23b7b
@ -168,8 +168,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "openvidu-call",
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
"defaultProject": "openvidu-call"
|
||||
}
|
||||
|
||||
10067
openvidu-call/openvidu-call-front/package-lock.json
generated
10067
openvidu-call/openvidu-call-front/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,39 +1,38 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@angular/animations": "14.2.2",
|
||||
"@angular/cdk": "14.2.2",
|
||||
"@angular/common": "14.2.2",
|
||||
"@angular/compiler": "14.2.2",
|
||||
"@angular/core": "14.2.2",
|
||||
"@angular/forms": "14.2.2",
|
||||
"@angular/material": "14.2.2",
|
||||
"@angular/platform-browser": "14.2.2",
|
||||
"@angular/platform-browser-dynamic": "14.2.2",
|
||||
"@angular/router": "14.2.2",
|
||||
"openvidu-angular": "2.23.0",
|
||||
"rxjs": "7.5.6",
|
||||
"@angular/animations": "13.3.0",
|
||||
"@angular/cdk": "13.3.0",
|
||||
"@angular/common": "13.3.0",
|
||||
"@angular/compiler": "13.3.0",
|
||||
"@angular/core": "13.3.0",
|
||||
"@angular/forms": "13.3.0",
|
||||
"@angular/material": "13.3.0",
|
||||
"@angular/platform-browser": "13.3.0",
|
||||
"@angular/platform-browser-dynamic": "13.3.0",
|
||||
"@angular/router": "13.3.0",
|
||||
"openvidu-angular": "2.22.0",
|
||||
"rxjs": "7.5.5",
|
||||
"unique-names-generator": "4.7.1",
|
||||
"zone.js": "0.11.8"
|
||||
"zone.js": "0.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "14.2.3",
|
||||
"@angular/cli": "14.2.3",
|
||||
"@angular/compiler-cli": "14.2.2",
|
||||
"@angular/language-service": "14.2.2",
|
||||
"@types/jasmine": "4.3.0",
|
||||
"@types/node": "18.7.18",
|
||||
"codelyzer": "6.0.2",
|
||||
"core-js": "^3.25.2",
|
||||
"fs-extra": "10.1.0",
|
||||
"jasmine-core": "4.4.0",
|
||||
"karma": "6.4.0",
|
||||
"ng-packagr": "14.2.1",
|
||||
"@angular-devkit/build-angular": "13.3.0",
|
||||
"@angular/cli": "13.3.0",
|
||||
"@angular/compiler-cli": "13.3.0",
|
||||
"@angular/language-service": "13.3.0",
|
||||
"@types/jasmine": "3.10.3",
|
||||
"@types/node": "16.11.9",
|
||||
"codelyzer": "6.0.1",
|
||||
"fs-extra": "9.0.1",
|
||||
"jasmine-core": "3.10.1",
|
||||
"karma": "6.3.9",
|
||||
"ng-packagr": "13.3.0",
|
||||
"protractor": "7.0.0",
|
||||
"ts-node": "10.9.1",
|
||||
"tslib": "2.4.0",
|
||||
"ts-node": "10.4.0",
|
||||
"tslib": "2.3.1",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.23.15",
|
||||
"typescript": "4.6.2"
|
||||
"typedoc": "0.22.11",
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"name": "openvidu-call",
|
||||
"private": true,
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Custom Theming for Angular Material
|
||||
// For more information: https://material.angular.io/guide/theming
|
||||
@use '@angular/material' as mat;
|
||||
@import '@angular/material/theming';
|
||||
@import '~@angular/material/theming';
|
||||
|
||||
// Plus imports for other components in your app.
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "ES2017",
|
||||
"target": "es5",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
@ -20,7 +20,13 @@
|
||||
"dom"
|
||||
],
|
||||
"paths": {
|
||||
"core-js/es7/reflect": ["node_modules/core-js/proposals/reflect-metadata"]
|
||||
"core-js/es7/reflect": ["./node_modules/core-js/proposals/reflect-metadata"],
|
||||
"openvidu-session": [
|
||||
"dist/openvidu-session"
|
||||
],
|
||||
"openvidu-session/*": [
|
||||
"dist/openvidu-session/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user