Skip to content
Snippets Groups Projects
Commit 23441284 authored by David Dorchies's avatar David Dorchies :zany_face:
Browse files

fix: remove warning about cordova-plugin-whitelist

Refs #563
parent 7c2f8bea
No related branches found
No related tags found
No related merge requests found
Pipeline #139768 canceled
......@@ -36,7 +36,6 @@
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-file-opener2": "^3.0.5",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-whitelist": "^1.3.5",
"core-js": "^3.23.3",
"file-saver": "^2.0.5",
"he": "^1.2.0",
......@@ -8006,21 +8005,6 @@
}
]
},
"node_modules/cordova-plugin-whitelist": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.5.tgz",
"integrity": "sha512-+v/VzCYBdGsIxJTP2m+RWaq7l/NLu7b976w6XGJUFiN2TVOeaGrytaR4jRy0w9akRai8uKFeBmuGHmlS/sOeCA==",
"engines": {
"cordovaDependencies": {
"0.0.0": {
"cordova-android": ">=4.0.0"
},
"1.3.5": {
"cordova-android": ">=4.0.0 <10.0.0"
}
}
}
},
"node_modules/cordova-serve": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cordova-serve/-/cordova-serve-4.0.0.tgz",
......@@ -28361,11 +28345,6 @@
"resolved": "https://registry.npmjs.org/cordova-plugin-local-notification/-/cordova-plugin-local-notification-0.9.0-beta.2.tgz",
"integrity": "sha512-63n77K1pt8dnbWnNR8QWETi9Glezi1bvNHvHWmGNIOv0xCb0phZnm+Ku49BQ+omwe8Z5voMvrA4I03SYPpv38w=="
},
"cordova-plugin-whitelist": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.5.tgz",
"integrity": "sha512-+v/VzCYBdGsIxJTP2m+RWaq7l/NLu7b976w6XGJUFiN2TVOeaGrytaR4jRy0w9akRai8uKFeBmuGHmlS/sOeCA=="
},
"cordova-serve": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cordova-serve/-/cordova-serve-4.0.0.tgz",
......@@ -62,7 +62,6 @@
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-file-opener2": "^3.0.5",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-whitelist": "^1.3.5",
"core-js": "^3.23.3",
"file-saver": "^2.0.5",
"he": "^1.2.0",
......@@ -115,7 +114,6 @@
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment