summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-15 10:08:33 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-15 10:08:33 -0400
commit8b3e274a72b03dee6e3f3ce8c0930ef5d069c347 (patch)
tree3d9689633379209a8ee344ac777b98eba4a1838a /package.json
parent2d032d16ed8a7161d4bba0ffb8272d1523255d5a (diff)
upgrade all electron packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 22 insertions, 18 deletions
diff --git a/package.json b/package.json
index 04a1ba1d..ea23da08 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.4.006",
+ "version":"1.4.007",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -64,14 +64,15 @@
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
- "cordova-plugin-media-pp-fork": {}
+ "cordova-plugin-media-pp-fork": {},
+ "cordova-plugin-statusbar": {}
}
},
"dependencies": {
"clivas": "^0.2.0",
- "cordova-android": "8.0.0",
+ "cordova-android": "^8.0.0",
"cordova-custom-config": "^5.1.0",
- "cordova-ios": "5.1.1",
+ "cordova-ios": "^5.1.1",
"cordova-library-helper-pp-fork": "^1.0.1",
"cordova-plugin-add-swift-support": "1.7.2",
"cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git",
@@ -96,31 +97,33 @@
"cordova-plugin-photo-library": "git+https://github.com/pliablepixels/cordova-plugin-photo-library.git",
"cordova-plugin-pin-dialog": "^0.1.3",
"cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git",
- "cordova-plugin-statusbar-pp-fork": "2.4.4-dev",
+ "cordova-plugin-statusbar": "~2.4.4-dev",
+ "cordova-plugin-statusbar-pp-fork": "^2.4.4-dev",
"cordova-plugin-touch-id": "3.4.0",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-x-socialsharing": "5.6.4",
"cordova-sqlite-storage": "^1.5.3",
"cordova-support-google-services": "1.3.2",
- "deep-equal": "^1.0.1",
+ "deep-equal": "^2.0.3",
"define-properties": "^1.1.3",
"dialog": "^0.3.1",
- "electron-osx-sign": "^0.4.15",
- "electron-window-state": "^4.1.1",
- "es-abstract": "^1.17.0",
- "es6-promise-plugin": "4.2.2",
+ "electron-osx-sign": "^0.4.16",
+ "electron-window-state": "^5.0.3",
+ "es-abstract": "^1.17.5",
+ "es6-promise-plugin": "^4.2.2",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.0.5",
- "jsonfile": "^4.0.0",
+ "json-file": "^0.1.0",
+ "jsonfile": "^6.0.1",
"keypress": "^0.2.1",
"menu": "^0.2.5",
- "minimist": "^1.2.0",
- "mkdirp": "^0.5.1",
- "object-is": "^1.0.2",
+ "minimist": "^1.2.5",
+ "mkdirp": "^1.0.4",
+ "object-is": "^1.1.2",
"object-keys": "^1.1.1",
"phonegap-plugin-multidex": "^1.0.0",
"phonegap-plugin-push": "2.3.0",
@@ -129,11 +132,12 @@
"devDependencies": {
"@ionic/v1-toolkit": "^1.0.14",
"bower": "^1.8.4",
+ "cordova-plugin-statusbar": "~2.4.4-dev",
"dotenv": "^8.2.0",
- "electron": "^3.1.3",
- "electron-builder": "^22.4.0",
+ "electron": "^8.3.0",
+ "electron-builder": "^22.6.0",
"electron-cli": "^0.2.8",
- "electron-notarize": "^0.2.1",
+ "electron-notarize": "^0.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
@@ -228,4 +232,4 @@
]
}
}
-} \ No newline at end of file
+}