openvidu-ionic: Updated dependencies
This commit is contained in:
parent
626f8b100e
commit
5a32c7cb5f
6
openvidu-android/.idea/vcs.xml
generated
Normal file
6
openvidu-android/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@ -98,7 +98,7 @@
|
||||
<plugin name="cordova-plugin-ionic-webview" spec="2.0.0" />
|
||||
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
|
||||
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
|
||||
<engine name="android" spec="8.0.0" />
|
||||
<engine name="ios" spec="5.0.1" />
|
||||
<engine name="browser" spec="6.0.0" />
|
||||
<engine name="android" spec="7.0.0" />
|
||||
</widget>
|
||||
|
||||
1190
openvidu-ionic/package-lock.json
generated
1190
openvidu-ionic/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,33 +13,32 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "8.1.3",
|
||||
"@angular/core": "8.1.3",
|
||||
"@angular/forms": "8.1.3",
|
||||
"@angular/common": "8.2.6",
|
||||
"@angular/core": "8.2.6",
|
||||
"@angular/forms": "8.2.6",
|
||||
"@angular/http": "7.2.15",
|
||||
"@angular/platform-browser": "8.1.3",
|
||||
"@angular/platform-browser-dynamic": "8.1.3",
|
||||
"@angular/router": "8.1.3",
|
||||
"@ionic-native/android-permissions": "5.10.0",
|
||||
"@ionic-native/core": "5.10.0",
|
||||
"@ionic-native/splash-screen": "5.10.0",
|
||||
"@ionic-native/status-bar": "5.10.0",
|
||||
"@ionic/angular": "4.7.0",
|
||||
"cordova-android": "8.0.0",
|
||||
"@angular/platform-browser": "8.2.6",
|
||||
"@angular/platform-browser-dynamic": "8.2.6",
|
||||
"@angular/router": "8.2.6",
|
||||
"@ionic-native/android-permissions": "5.14.0",
|
||||
"@ionic-native/core": "5.14.0",
|
||||
"@ionic-native/splash-screen": "5.14.0",
|
||||
"@ionic-native/status-bar": "5.14.0",
|
||||
"@ionic/angular": "4.9.1",
|
||||
"cordova-android": "7.0.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
"cordova-ios": "5.0.1",
|
||||
"cordova-plugin-android-permissions": "1.0.0",
|
||||
"cordova-plugin-device": "2.0.3",
|
||||
"cordova-plugin-ionic-keyboard": "2.1.3",
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"cordova-plugin-ionic-webview": "4.1.1",
|
||||
"cordova-plugin-iosrtc": "git+https://github.com/OpenVidu/cordova-plugin-iosrtc.git",
|
||||
"cordova-plugin-iosrtc": "5.0.2",
|
||||
"cordova-plugin-splashscreen": "5.0.3",
|
||||
"cordova-plugin-statusbar": "2.4.3",
|
||||
"cordova-plugin-whitelist": "1.3.4",
|
||||
"core-js": "3.1.4",
|
||||
"ios-deploy": "1.9.4",
|
||||
"core-js": "3.2.1",
|
||||
"openvidu-browser": "2.11.0",
|
||||
"rxjs": "6.5.2",
|
||||
"rxjs": "6.5.3",
|
||||
"xcode": "2.0.0",
|
||||
"zone.js": "0.9.1"
|
||||
},
|
||||
@ -49,12 +48,12 @@
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.801.2",
|
||||
"@angular-devkit/build-angular": "0.801.2",
|
||||
"@angular-devkit/core": "8.1.2",
|
||||
"@angular-devkit/schematics": "8.1.2",
|
||||
"@angular/cli": "8.1.2",
|
||||
"@angular/compiler": "8.1.3",
|
||||
"@angular/compiler-cli": "8.1.3",
|
||||
"@angular/language-service": "8.1.3",
|
||||
"@angular-devkit/core": "8.3.4",
|
||||
"@angular-devkit/schematics": "8.3.4",
|
||||
"@angular/cli": "8.3.4",
|
||||
"@angular/compiler": "8.2.6",
|
||||
"@angular/compiler-cli": "8.2.6",
|
||||
"@angular/language-service": "8.2.6",
|
||||
"@ionic/angular-toolkit": "2.0.0",
|
||||
"@ionic/schematics-angular": "1.0.7",
|
||||
"@types/jasmine": "3.3.15",
|
||||
@ -88,9 +87,9 @@
|
||||
"cordova-plugin-iosrtc": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios",
|
||||
"browser"
|
||||
"browser",
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user