MOBILE-4357 cordova: Update some Cordova plugins
parent
ba8da14932
commit
95abaa0e1f
|
@ -71,16 +71,16 @@
|
||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-file": "6.0.2",
|
"cordova-plugin-file": "6.0.2",
|
||||||
"cordova-plugin-file-opener2": "^4.0.0",
|
"cordova-plugin-file-opener2": "^4.0.0",
|
||||||
"cordova-plugin-geolocation": "^4.1.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": "3.0.3",
|
||||||
"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.2",
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||||
"cordova-plugin-wkuserscript": "^1.0.1",
|
"cordova-plugin-wkuserscript": "^1.0.1",
|
||||||
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
||||||
"cordova-sqlite-storage": "^6.1.0",
|
"cordova-sqlite-storage": "^6.1.0",
|
||||||
"cordova.plugins.diagnostic": "^7.1.1",
|
"cordova.plugins.diagnostic": "^7.1.4",
|
||||||
"core-js": "^3.9.1",
|
"core-js": "^3.9.1",
|
||||||
"es6-promise-plugin": "^4.2.2",
|
"es6-promise-plugin": "^4.2.2",
|
||||||
"ionicons": "^7.0.0",
|
"ionicons": "^7.0.0",
|
||||||
|
@ -10050,14 +10050,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cordova-plugin-geolocation": {
|
"node_modules/cordova-plugin-geolocation": {
|
||||||
"version": "4.1.0",
|
"version": "5.0.0",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/cordova-plugin-geolocation/-/cordova-plugin-geolocation-5.0.0.tgz",
|
||||||
|
"integrity": "sha512-eIk96pF59y3AK+NHeyA0si9eFhZElgOcFoGoTU9LDlnEYpfBN+V4ojRpKq3NMLCGTozew22/i9najFu9Kvb40g==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
"3.0.0": {
|
"3.0.0": {
|
||||||
"cordova-android": ">=6.3.0"
|
"cordova-android": ">=6.3.0"
|
||||||
},
|
},
|
||||||
"5.0.0": {
|
"6.0.0": {
|
||||||
"cordova": ">100"
|
"cordova": ">100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,16 +106,16 @@
|
||||||
"cordova-plugin-device": "^2.1.0",
|
"cordova-plugin-device": "^2.1.0",
|
||||||
"cordova-plugin-file": "6.0.2",
|
"cordova-plugin-file": "6.0.2",
|
||||||
"cordova-plugin-file-opener2": "^4.0.0",
|
"cordova-plugin-file-opener2": "^4.0.0",
|
||||||
"cordova-plugin-geolocation": "^4.1.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": "3.0.3",
|
||||||
"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.2",
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
||||||
"cordova-plugin-wkuserscript": "^1.0.1",
|
"cordova-plugin-wkuserscript": "^1.0.1",
|
||||||
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
"cordova-plugin-wkwebview-cookies": "^1.0.1",
|
||||||
"cordova-sqlite-storage": "^6.1.0",
|
"cordova-sqlite-storage": "^6.1.0",
|
||||||
"cordova.plugins.diagnostic": "^7.1.1",
|
"cordova.plugins.diagnostic": "^7.1.4",
|
||||||
"core-js": "^3.9.1",
|
"core-js": "^3.9.1",
|
||||||
"es6-promise-plugin": "^4.2.2",
|
"es6-promise-plugin": "^4.2.2",
|
||||||
"ionicons": "^7.0.0",
|
"ionicons": "^7.0.0",
|
||||||
|
|
Loading…
Reference in New Issue