Update cordova-plugin-inappbrowser plugin
This commit is contained in:
parent
29b5e4422e
commit
48ff63ac31
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.netsyms.helenaexpress.app",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -653,9 +653,9 @@
|
||||
"integrity": "sha1-AgrNlDeH7gOdZ/Z56NnqbTiSAxY="
|
||||
},
|
||||
"cordova-plugin-inappbrowser": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-3.1.0.tgz",
|
||||
"integrity": "sha1-YVILjePrdbN4QtI0D12QqEoHN0c="
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-4.1.0.tgz",
|
||||
"integrity": "sha512-jPvcwDx2/L5ZbVG69NT2xmlG1E+MljRxkdsFpgj/5aoaF4oPqxg44J/bYxJNWgQtGnRSRWoqCRmU7FgmmMNMxA=="
|
||||
},
|
||||
"cordova-plugin-nativestorage": {
|
||||
"version": "2.3.2",
|
||||
|
@ -21,14 +21,14 @@
|
||||
"license": "MPL-2.0",
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-plugin-whitelist": {},
|
||||
"phonegap-plugin-barcodescanner": {},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-plugin-headercolor": {},
|
||||
"cordova-plugin-theme-detection": {},
|
||||
"cordova-plugin-nativestorage": {}
|
||||
"cordova-plugin-nativestorage": {},
|
||||
"cordova-plugin-inappbrowser": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android",
|
||||
@ -39,7 +39,6 @@
|
||||
"dependencies": {
|
||||
"cordova-plugin-device": "^2.0.3",
|
||||
"cordova-plugin-headercolor": "^1.0.0",
|
||||
"cordova-plugin-inappbrowser": "^3.1.0",
|
||||
"cordova-plugin-statusbar": "^2.4.3",
|
||||
"cordova-plugin-theme-detection": "^1.3.0",
|
||||
"cordova-plugin-whitelist": "^1.3.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user