MOBILE-4123 cordova: Update local-notifications plugin
This fixes a crash when using local notifications with target 31main
parent
92aa91e591
commit
9aa70c8c21
|
@ -5279,9 +5279,9 @@
|
|||
"integrity": "sha512-+6UrPKsEgXl3pcuTyI1hZIUw9y22Li/nvn7nxiphgZdldlhBvkMK/7nn4IAaXYlnrmIOpCkIrU4BbrAjSJGWSQ=="
|
||||
},
|
||||
"@moodlehq/cordova-plugin-local-notification": {
|
||||
"version": "0.9.0-moodle.3",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-local-notification/-/cordova-plugin-local-notification-0.9.0-moodle.3.tgz",
|
||||
"integrity": "sha512-dSEvshH9fE3aUG4bO05gCMqWVCnvZGUeddIfB8OShN60sj0CUWuI1e7Mn5syzTcRRNRi8XQ4MTv85zk4c8mzww=="
|
||||
"version": "0.9.0-moodle.4",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-local-notification/-/cordova-plugin-local-notification-0.9.0-moodle.4.tgz",
|
||||
"integrity": "sha512-ikV8gilY4p6+iNrqWHKpfK/eSFbvrvvrmNLkw9qCwvdA3HNs1AddcDOxdbJisuku/q7MMyPHio9Ww9vWHyuJUg=="
|
||||
},
|
||||
"@moodlehq/cordova-plugin-qrscanner": {
|
||||
"version": "3.0.1-moodle.4",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.4",
|
||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.4",
|
||||
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
|
||||
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.1",
|
||||
|
|
Loading…
Reference in New Issue