MOBILE-4722 npm: Update cordova-plugin-inappbrowser to 6.0.0-moodle.1
parent
a4143226b3
commit
fcf3ebaff1
|
@ -44,7 +44,7 @@
|
|||
"@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5",
|
||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||
|
@ -5352,9 +5352,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@moodlehq/cordova-plugin-inappbrowser": {
|
||||
"version": "5.0.0-moodle.3",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0-moodle.3.tgz",
|
||||
"integrity": "sha512-BDW53W8BzHIJY6lqV3IyYIO9Rh3qi/nA3qkwZjvJiw7iohlQMeR67LV+bXjM4I8N1PTGoBSXiS5BmaS9NFi/1A==",
|
||||
"version": "6.0.0-moodle.1",
|
||||
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-6.0.0-moodle.1.tgz",
|
||||
"integrity": "sha512-tdRHvov4poJJq8YTa83194xhA0ZuY32ka6a8wQtvfqgw4V9LJkaX+Iu/3VLj+uxvs2MiogcsUj8qNwBwYXx6Pw==",
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"0.2.3": {
|
||||
|
@ -5370,6 +5370,11 @@
|
|||
"cordova-ios": ">=6.0.0"
|
||||
},
|
||||
"6.0.0": {
|
||||
"cordova": ">=9.0.0",
|
||||
"cordova-android": ">=10.0.0",
|
||||
"cordova-ios": ">=6.0.0"
|
||||
},
|
||||
"7.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1",
|
||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
|
||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5",
|
||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||
|
|
Loading…
Reference in New Issue