Merge pull request #3905 from dpalou/MOBILE-4404
MOBILE-4404 cordova: Update webview plugin to fix embedded mediamain
commit
142c8fb763
|
@ -47,7 +47,7 @@
|
|||
"@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
|
||||
|
@ -5274,9 +5274,9 @@
|
|||
"integrity": "sha512-EXJz9KrkZfk64VUexC8kFrHn/TEbcJCbAuN9yaESSWY33hUDIcBnFxCdgUUU9qA+JUsWL4/gaGtLVdYsStTRIw=="
|
||||
},
|
||||
"node_modules/@moodlehq/cordova-plugin-ionic-webview": {
|
||||
"version": "5.0.0-moodle.2",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-5.0.0-moodle.2.tgz",
|
||||
"integrity": "sha512-h4MjAp3Gg6N2ADIertphhcHEykF4M9FVaof+KLzgyNOEzadCW1hpByfXeEoe6qvJMrXFmXqwhJfPHjHTz8EdYw==",
|
||||
"version": "5.0.0-moodle.3",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-5.0.0-moodle.3.tgz",
|
||||
"integrity": "sha512-iimL2zWbc7JqL/IEMh5lqzVlbf3R/bAabDRSQmUC+7rRlLB3479WVcZD8iJHok59GgjoaYpJ3W0lU6ySE+Asew==",
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"2.0.0": {
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
|
||||
|
|
Loading…
Reference in New Issue