Merge pull request #3763 from dpalou/MOBILE-4398

MOBILE-4398 core: Update webview plugin to 5.0.0-moodle.2
main
Noel De Martin 2023-08-01 14:39:39 +09:00 committed by GitHub
commit c2650cc138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4783,9 +4783,9 @@
"integrity": "sha512-EXJz9KrkZfk64VUexC8kFrHn/TEbcJCbAuN9yaESSWY33hUDIcBnFxCdgUUU9qA+JUsWL4/gaGtLVdYsStTRIw=="
},
"@moodlehq/cordova-plugin-ionic-webview": {
"version": "5.0.0-moodle.1",
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-5.0.0-moodle.1.tgz",
"integrity": "sha512-+6UrPKsEgXl3pcuTyI1hZIUw9y22Li/nvn7nxiphgZdldlhBvkMK/7nn4IAaXYlnrmIOpCkIrU4BbrAjSJGWSQ=="
"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=="
},
"@moodlehq/cordova-plugin-local-notification": {
"version": "0.9.0-moodle.11",

View File

@ -81,7 +81,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.1",
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2",
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",