diff options
| -rw-r--r-- | config.xml | 4 | ||||
| -rw-r--r-- | package.json | 40 |
2 files changed, 24 insertions, 20 deletions
@@ -190,6 +190,6 @@ <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> - <engine name="android" spec="8.0.0" /> - <engine name="ios" spec="5.1.1" /> + <engine name="android" spec="^8.0.0" /> + <engine name="ios" spec="^5.1.1" /> </widget> 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 +} |
