openvidu-ionic: Updated dependencies
This commit is contained in:
parent
9dca987763
commit
672791bd92
3481
openvidu-ionic/package-lock.json
generated
3481
openvidu-ionic/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,17 +13,17 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "9.1.3",
|
||||
"@angular/core": "9.1.3",
|
||||
"@angular/forms": "9.1.3",
|
||||
"@angular/platform-browser": "9.1.3",
|
||||
"@angular/platform-browser-dynamic": "9.1.3",
|
||||
"@angular/router": "9.1.3",
|
||||
"@angular/common": "10.0.8",
|
||||
"@angular/core": "10.0.8",
|
||||
"@angular/forms": "10.0.8",
|
||||
"@angular/platform-browser": "10.0.8",
|
||||
"@angular/platform-browser-dynamic": "10.0.8",
|
||||
"@angular/router": "10.0.8",
|
||||
"@ionic-native/android-permissions": "5.27.0",
|
||||
"@ionic-native/core": "5.27.0",
|
||||
"@ionic-native/splash-screen": "5.27.0",
|
||||
"@ionic-native/status-bar": "5.27.0",
|
||||
"@ionic/angular": "5.2.2",
|
||||
"@ionic/angular": "5.3.1",
|
||||
"cordova-android": "9.0.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
"cordova-ios": "6.1.0",
|
||||
@ -32,12 +32,12 @@
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"cordova-plugin-ionic-webview": "5.0.0",
|
||||
"cordova-plugin-iosrtc": "6.0.13",
|
||||
"cordova-plugin-splashscreen": "5.0.4",
|
||||
"cordova-plugin-splashscreen": "6.0.0",
|
||||
"cordova-plugin-statusbar": "2.4.3",
|
||||
"cordova-plugin-whitelist": "1.3.4",
|
||||
"core-js": "3.6.5",
|
||||
"openvidu-browser": "2.15.1-alpha2",
|
||||
"rxjs": "6.5.5",
|
||||
"rxjs": "6.6.2",
|
||||
"xcode": "3.0.1",
|
||||
"zone.js": "0.10.3"
|
||||
},
|
||||
@ -45,32 +45,32 @@
|
||||
"ios-deploy": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.901.3",
|
||||
"@angular-devkit/build-angular": "0.901.3",
|
||||
"@angular-devkit/core": "9.1.3",
|
||||
"@angular-devkit/schematics": "9.1.3",
|
||||
"@angular/cli": "9.1.3",
|
||||
"@angular/compiler": "9.1.3",
|
||||
"@angular/compiler-cli": "9.1.3",
|
||||
"@angular/language-service": "9.1.3",
|
||||
"@ionic/angular-toolkit": "2.2.0",
|
||||
"@angular-devkit/architect": "0.1000.5",
|
||||
"@angular-devkit/build-angular": "0.1000.5",
|
||||
"@angular-devkit/core": "10.0.5",
|
||||
"@angular-devkit/schematics": "10.0.5",
|
||||
"@angular/cli": "10.0.5",
|
||||
"@angular/compiler": "10.0.8",
|
||||
"@angular/compiler-cli": "10.0.8",
|
||||
"@angular/language-service": "10.0.8",
|
||||
"@ionic/angular-toolkit": "2.3.0",
|
||||
"@ionic/schematics-angular": "1.0.7",
|
||||
"@types/jasmine": "3.5.10",
|
||||
"@types/jasmine": "3.5.12",
|
||||
"@types/jasminewd2": "2.0.8",
|
||||
"@types/node": "13.13.4",
|
||||
"codelyzer": "5.2.2",
|
||||
"jasmine-core": "3.5.0",
|
||||
"@types/node": "14.0.27",
|
||||
"codelyzer": "6.0.0",
|
||||
"jasmine-core": "3.6.0",
|
||||
"jasmine-spec-reporter": "5.0.2",
|
||||
"karma": "5.0.2",
|
||||
"karma": "5.1.1",
|
||||
"karma-chrome-launcher": "3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "2.1.1",
|
||||
"karma-jasmine": "3.1.1",
|
||||
"karma-jasmine-html-reporter": "1.5.3",
|
||||
"protractor": "5.4.4",
|
||||
"ts-node": "8.9.1",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
"karma-jasmine": "4.0.0",
|
||||
"karma-jasmine-html-reporter": "1.5.4",
|
||||
"protractor": "7.0.0",
|
||||
"ts-node": "8.10.2",
|
||||
"tslib": "1.11.1",
|
||||
"tslint": "6.1.2",
|
||||
"typescript": "3.8.3"
|
||||
"tslint": "6.1.0",
|
||||
"typescript": "3.9.7"
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"cordova": {
|
||||
|
||||
@ -12,4 +12,8 @@
|
||||
|
||||
:root {
|
||||
--ion-background-color: transparent;
|
||||
}
|
||||
|
||||
.alert-wrapper{
|
||||
--background: #ffffff !important;
|
||||
}
|
||||
@ -68,7 +68,6 @@
|
||||
"no-trailing-whitespace": true,
|
||||
"no-unnecessary-initializer": true,
|
||||
"no-unused-expression": true,
|
||||
"no-use-before-declare": true,
|
||||
"no-var-keyword": true,
|
||||
"object-literal-sort-keys": false,
|
||||
"one-line": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user