Skip to content

Commit

Permalink
openvidu-ionic: Update native dependencies
Browse files Browse the repository at this point in the history
Highlight cordova-ios to 6.1.0 which replace UIWebView (deprecated) to WKWebView
  • Loading branch information
CSantosM committed Jun 25, 2020
1 parent 17050e1 commit e85d6ab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions openvidu-ionic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"@angular/platform-browser": "9.1.3",
"@angular/platform-browser-dynamic": "9.1.3",
"@angular/router": "9.1.3",
"@ionic-native/android-permissions": "5.24.0",
"@ionic-native/core": "5.24.0",
"@ionic-native/splash-screen": "5.24.0",
"@ionic-native/status-bar": "5.24.0",
"@ionic/angular": "5.0.7",
"@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",
"cordova-android": "8.1.0",
"cordova-browser": "6.0.0",
"cordova-ios": "5.1.1",
"cordova-ios": "6.1.0",
"cordova-plugin-android-permissions": "1.0.2",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "4.2.1",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-iosrtc": "6.0.12",
"cordova-plugin-splashscreen": "5.0.3",
"cordova-plugin-splashscreen": "5.0.4",
"cordova-plugin-statusbar": "2.4.3",
"cordova-plugin-whitelist": "1.3.4",
"core-js": "3.6.5",
Expand Down Expand Up @@ -92,4 +92,4 @@
"ios"
]
}
}
}

0 comments on commit e85d6ab

Please sign in to comment.