MOBILE-4492 package.json: Update cordova-plugin-file and other plugins
parent
c60f792927
commit
7c21fd4f27
|
@ -43,10 +43,10 @@
|
||||||
"@ionic/angular": "^7.6.5",
|
"@ionic/angular": "^7.6.5",
|
||||||
"@ionic/cordova-builders": "^10.1.1",
|
"@ionic/cordova-builders": "^10.1.1",
|
||||||
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
||||||
"@moodlehq/cordova-plugin-camera": "6.0.0-moodle.2",
|
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||||
"@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5",
|
"@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2",
|
||||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2",
|
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
||||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||||
|
@ -66,14 +66,14 @@
|
||||||
"cordova-plugin-add-swift-support": "^2.0.2",
|
"cordova-plugin-add-swift-support": "^2.0.2",
|
||||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||||
"cordova-plugin-badge": "^0.8.9",
|
"cordova-plugin-badge": "^0.8.9",
|
||||||
|
"cordova-plugin-camera": "^7.0.0",
|
||||||
"cordova-plugin-chooser": "^1.3.2",
|
"cordova-plugin-chooser": "^1.3.2",
|
||||||
"cordova-plugin-customurlscheme": "^5.0.2",
|
"cordova-plugin-customurlscheme": "^5.0.2",
|
||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-file": "6.0.2",
|
"cordova-plugin-file": "^8.0.1",
|
||||||
"cordova-plugin-file-opener2": "^4.0.0",
|
|
||||||
"cordova-plugin-geolocation": "^5.0.0",
|
"cordova-plugin-geolocation": "^5.0.0",
|
||||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||||
"cordova-plugin-media-capture": "3.0.3",
|
"cordova-plugin-media-capture": "^5.0.0",
|
||||||
"cordova-plugin-network-information": "^3.0.0",
|
"cordova-plugin-network-information": "^3.0.0",
|
||||||
"cordova-plugin-prevent-override": "^1.0.1",
|
"cordova-plugin-prevent-override": "^1.0.1",
|
||||||
"cordova-plugin-screen-orientation": "^3.0.4",
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||||
|
@ -7745,44 +7745,33 @@
|
||||||
],
|
],
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@moodlehq/cordova-plugin-camera": {
|
"node_modules/@moodlehq/cordova-plugin-file-opener": {
|
||||||
"version": "6.0.0-moodle.2",
|
"version": "4.0.0-moodle.1",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-file-opener/-/cordova-plugin-file-opener-4.0.0-moodle.1.tgz",
|
||||||
|
"integrity": "sha512-8UoGoXA9mTixAPJ2YpewHJgRvNBE+5NrH0koo4yAuHV0MN4FslICOPatsaIuuTQC7ciH9Y02sizjSWpHpIS8mg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
|
"2.0.0": {
|
||||||
|
"cordova": ">=6.0.0"
|
||||||
|
},
|
||||||
"3.0.0": {
|
"3.0.0": {
|
||||||
"cordova-android": ">=6.3.0"
|
"cordova": ">=7.0.0"
|
||||||
},
|
},
|
||||||
"4.1.0": {
|
"4.0.0": {
|
||||||
"cordova": ">=7.1.0",
|
"cordova-android": ">=10.0.0"
|
||||||
"cordova-android": ">=6.3.0"
|
|
||||||
},
|
|
||||||
"5.0.0": {
|
|
||||||
"cordova": ">=9.0.0",
|
|
||||||
"cordova-android": ">=9.0.0",
|
|
||||||
"cordova-ios": ">=5.1.0"
|
|
||||||
},
|
|
||||||
"5.0.4-dev": {
|
|
||||||
"cordova": ">=9.0.0",
|
|
||||||
"cordova-android": "<10.0.0",
|
|
||||||
"cordova-ios": ">=5.1.0"
|
|
||||||
},
|
|
||||||
"6.0.0": {
|
|
||||||
"cordova": ">=9.0.0",
|
|
||||||
"cordova-android": ">=10.0.0",
|
|
||||||
"cordova-ios": ">=5.1.0"
|
|
||||||
},
|
|
||||||
"7.0.0": {
|
|
||||||
"cordova": ">100"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@moodlehq/cordova-plugin-file-transfer": {
|
"node_modules/@moodlehq/cordova-plugin-file-transfer": {
|
||||||
"version": "1.7.1-moodle.5",
|
"version": "2.0.0-moodle.2",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-file-transfer/-/cordova-plugin-file-transfer-2.0.0-moodle.2.tgz",
|
||||||
|
"integrity": "sha512-RAujySF80CtMF5+QgiSzEsyLldko15wwouLnwNkL4qszhj11OuHStNIY2d46Gert4RspHzbGxRExQDeqJN5u8Q==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
|
"2.0.0": {
|
||||||
|
"cordova-android": ">=12.0.0"
|
||||||
|
},
|
||||||
"3.0.0": {
|
"3.0.0": {
|
||||||
"cordova": ">100"
|
"cordova": ">100"
|
||||||
}
|
}
|
||||||
|
@ -7813,8 +7802,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@moodlehq/cordova-plugin-intent": {
|
"node_modules/@moodlehq/cordova-plugin-intent": {
|
||||||
"version": "2.2.0-moodle.2",
|
"version": "2.2.0-moodle.3",
|
||||||
"license": "MIT"
|
"resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-intent/-/cordova-plugin-intent-2.2.0-moodle.3.tgz",
|
||||||
|
"integrity": "sha512-sr5PPeGADRVM+z9JMGX4D5jhaAl4tD1s6SKrkChnEXxrONq9KZ7qkiZ68BsNsi962+PsRKMxLd0hfb8PZwphUg=="
|
||||||
},
|
},
|
||||||
"node_modules/@moodlehq/cordova-plugin-ionic-webview": {
|
"node_modules/@moodlehq/cordova-plugin-ionic-webview": {
|
||||||
"version": "5.0.0-moodle.3",
|
"version": "5.0.0-moodle.3",
|
||||||
|
@ -12734,6 +12724,45 @@
|
||||||
],
|
],
|
||||||
"license": "Apache 2.0"
|
"license": "Apache 2.0"
|
||||||
},
|
},
|
||||||
|
"node_modules/cordova-plugin-camera": {
|
||||||
|
"version": "7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/cordova-plugin-camera/-/cordova-plugin-camera-7.0.0.tgz",
|
||||||
|
"integrity": "sha512-OVQWZTBb18Y6e5c+bbXt3E4Z1yGnYqaywh2h5vVr/+nxMcdMIE+lm527bRK5vLN/RUqhGYP/Z+5n+O7Fk7fVNw==",
|
||||||
|
"engines": {
|
||||||
|
"cordovaDependencies": {
|
||||||
|
"3.0.0": {
|
||||||
|
"cordova-android": ">=6.3.0"
|
||||||
|
},
|
||||||
|
"4.1.0": {
|
||||||
|
"cordova": ">=7.1.0",
|
||||||
|
"cordova-android": ">=6.3.0"
|
||||||
|
},
|
||||||
|
"5.0.0": {
|
||||||
|
"cordova": ">=9.0.0",
|
||||||
|
"cordova-android": ">=9.0.0",
|
||||||
|
"cordova-ios": ">=5.1.0"
|
||||||
|
},
|
||||||
|
"5.0.4-dev": {
|
||||||
|
"cordova": ">=9.0.0",
|
||||||
|
"cordova-android": "<10.0.0",
|
||||||
|
"cordova-ios": ">=5.1.0"
|
||||||
|
},
|
||||||
|
"6.0.0": {
|
||||||
|
"cordova": ">=9.0.0",
|
||||||
|
"cordova-android": ">=10.0.0",
|
||||||
|
"cordova-ios": ">=5.1.0"
|
||||||
|
},
|
||||||
|
"7.0.0": {
|
||||||
|
"cordova": ">=9.0.0",
|
||||||
|
"cordova-android": ">=12.0.0",
|
||||||
|
"cordova-ios": ">=5.1.0"
|
||||||
|
},
|
||||||
|
"8.0.0": {
|
||||||
|
"cordova": ">100"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/cordova-plugin-chooser": {
|
"node_modules/cordova-plugin-chooser": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
|
@ -12761,32 +12790,22 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cordova-plugin-file": {
|
"node_modules/cordova-plugin-file": {
|
||||||
"version": "6.0.2",
|
"version": "8.0.1",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-8.0.1.tgz",
|
||||||
|
"integrity": "sha512-LgFLNQN58xguoJkNc8eGBmg/Vuaah9lY3Nye27OAfWCKalXPRjExIg5r8L3qlfiJxzmzupjrF0M4KdU2Lovm3Q==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
"5.0.0": {
|
"5.0.0": {
|
||||||
"cordova-android": ">=6.3.0"
|
"cordova-android": ">=6.3.0"
|
||||||
},
|
},
|
||||||
"7.0.0": {
|
"7.0.0": {
|
||||||
"cordova": ">100"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/cordova-plugin-file-opener2": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"cordovaDependencies": {
|
|
||||||
"2.0.0": {
|
|
||||||
"cordova": ">=6.0.0"
|
|
||||||
},
|
|
||||||
"3.0.0": {
|
|
||||||
"cordova": ">=7.0.0"
|
|
||||||
},
|
|
||||||
"4.0.0": {
|
|
||||||
"cordova-android": ">=10.0.0"
|
"cordova-android": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"8.0.0": {
|
||||||
|
"cordova-android": ">=12.0.0"
|
||||||
|
},
|
||||||
|
"9.0.0": {
|
||||||
|
"cordova": ">100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12811,17 +12830,24 @@
|
||||||
"license": "Apache 2.0"
|
"license": "Apache 2.0"
|
||||||
},
|
},
|
||||||
"node_modules/cordova-plugin-media-capture": {
|
"node_modules/cordova-plugin-media-capture": {
|
||||||
"version": "3.0.3",
|
"version": "5.0.0",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/cordova-plugin-media-capture/-/cordova-plugin-media-capture-5.0.0.tgz",
|
||||||
|
"integrity": "sha512-eI8BNH3lHnWzdcpb+4Gy7mwHbN5fOKyoZfwRC1o7L/9kXiVF7S5aG5gvaga+CUSnrgsbrg4b8pSIfq70lRFrlw==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
">=1.4.4": {
|
"1.4.4": {
|
||||||
"cordova-ios": ">=4.0.0"
|
"cordova-ios": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"2.0.0": {
|
"2.0.0": {
|
||||||
"cordova-android": ">=6.3.0"
|
"cordova-android": ">=6.3.0"
|
||||||
},
|
},
|
||||||
"4.0.0": {
|
"4.0.0": {
|
||||||
|
"cordova-android": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"5.0.0": {
|
||||||
|
"cordova-android": ">=12.0.0"
|
||||||
|
},
|
||||||
|
"6.0.0": {
|
||||||
"cordova": ">100"
|
"cordova": ">100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
20
package.json
20
package.json
|
@ -78,10 +78,10 @@
|
||||||
"@ionic/angular": "^7.6.5",
|
"@ionic/angular": "^7.6.5",
|
||||||
"@ionic/cordova-builders": "^10.1.1",
|
"@ionic/cordova-builders": "^10.1.1",
|
||||||
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
|
||||||
"@moodlehq/cordova-plugin-camera": "6.0.0-moodle.2",
|
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
|
||||||
"@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5",
|
"@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2",
|
||||||
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2",
|
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3",
|
||||||
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11",
|
||||||
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
|
||||||
|
@ -101,14 +101,14 @@
|
||||||
"cordova-plugin-add-swift-support": "^2.0.2",
|
"cordova-plugin-add-swift-support": "^2.0.2",
|
||||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||||
"cordova-plugin-badge": "^0.8.9",
|
"cordova-plugin-badge": "^0.8.9",
|
||||||
|
"cordova-plugin-camera": "^7.0.0",
|
||||||
"cordova-plugin-chooser": "^1.3.2",
|
"cordova-plugin-chooser": "^1.3.2",
|
||||||
"cordova-plugin-customurlscheme": "^5.0.2",
|
"cordova-plugin-customurlscheme": "^5.0.2",
|
||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-file": "6.0.2",
|
"cordova-plugin-file": "^8.0.1",
|
||||||
"cordova-plugin-file-opener2": "^4.0.0",
|
|
||||||
"cordova-plugin-geolocation": "^5.0.0",
|
"cordova-plugin-geolocation": "^5.0.0",
|
||||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||||
"cordova-plugin-media-capture": "3.0.3",
|
"cordova-plugin-media-capture": "^5.0.0",
|
||||||
"cordova-plugin-network-information": "^3.0.0",
|
"cordova-plugin-network-information": "^3.0.0",
|
||||||
"cordova-plugin-prevent-override": "^1.0.1",
|
"cordova-plugin-prevent-override": "^1.0.1",
|
||||||
"cordova-plugin-screen-orientation": "^3.0.4",
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||||
|
@ -196,9 +196,7 @@
|
||||||
"@moodlehq/cordova-plugin-advanced-http": {
|
"@moodlehq/cordova-plugin-advanced-http": {
|
||||||
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
|
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
|
||||||
},
|
},
|
||||||
"@moodlehq/cordova-plugin-camera": {
|
"@moodlehq/cordova-plugin-file-opener": {},
|
||||||
"ANDROIDX_CORE_VERSION": "1.6.+"
|
|
||||||
},
|
|
||||||
"@moodlehq/cordova-plugin-file-transfer": {},
|
"@moodlehq/cordova-plugin-file-transfer": {},
|
||||||
"@moodlehq/cordova-plugin-inappbrowser": {},
|
"@moodlehq/cordova-plugin-inappbrowser": {},
|
||||||
"@moodlehq/cordova-plugin-intent": {},
|
"@moodlehq/cordova-plugin-intent": {},
|
||||||
|
@ -216,6 +214,9 @@
|
||||||
"cordova-clipboard": {},
|
"cordova-clipboard": {},
|
||||||
"cordova-plugin-androidx-adapter": {},
|
"cordova-plugin-androidx-adapter": {},
|
||||||
"cordova-plugin-badge": {},
|
"cordova-plugin-badge": {},
|
||||||
|
"cordova-plugin-camera": {
|
||||||
|
"ANDROIDX_CORE_VERSION": "1.6.+"
|
||||||
|
},
|
||||||
"cordova-plugin-chooser": {},
|
"cordova-plugin-chooser": {},
|
||||||
"cordova-plugin-customurlscheme": {
|
"cordova-plugin-customurlscheme": {
|
||||||
"URL_SCHEME": "moodlemobile",
|
"URL_SCHEME": "moodlemobile",
|
||||||
|
@ -224,7 +225,6 @@
|
||||||
"ANDROID_PATHPREFIX": "/"
|
"ANDROID_PATHPREFIX": "/"
|
||||||
},
|
},
|
||||||
"cordova-plugin-device": {},
|
"cordova-plugin-device": {},
|
||||||
"cordova-plugin-file-opener2": {},
|
|
||||||
"cordova-plugin-geolocation": {
|
"cordova-plugin-geolocation": {
|
||||||
"GPS_REQUIRED": "false"
|
"GPS_REQUIRED": "false"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue