|  | 
| 1 | 1 | { | 
| 2 | 2 |   "name": "marlin-conf", | 
| 3 |  | -  "version": "2.10.1-", | 
|  | 3 | +  "version": "2.10.2", | 
| 4 | 4 |   "description": "configuration tool for Marlin project", | 
| 5 | 5 |   "main": "./index.js", | 
| 6 | 6 |   "scripts": { | 
|  | 
| 13 | 13 |     "rebuild": "npm rebuild serialport --update-binary", | 
| 14 | 14 |     "prepublishOnly": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependencies)this.devDependenciesOff=this.devDependencies;this.devDependencies=undefined'", | 
| 15 | 15 |     "postpublish": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependenciesOff)this.devDependencies=this.devDependenciesOff;this.devDependenciesOff=undefined'", | 
| 16 |  | -    "postinstall": "cd node_modules/ot ; npm i ; node_modules/.bin/grunt --force ; rm -r node_modules" | 
|  | 16 | +    "postinstall-": "cd node_modules/ot ; npm i ; node_modules/.bin/grunt --force ; rm -r node_modules" | 
| 17 | 17 |   }, | 
| 18 | 18 |   "build": { | 
| 19 | 19 |     "appId": "com.akajes.marlin.conf", | 
|  | 
| 36 | 36 |     "nsis": {}, | 
| 37 | 37 |     "mac": { | 
| 38 | 38 |       "target": [ | 
| 39 |  | -        "tar.gz" | 
|  | 39 | +        "zip" | 
| 40 | 40 |       ] | 
| 41 | 41 |     }, | 
| 42 | 42 |     "dmg": {} | 
|  | 
| 72 | 72 |     "highlight.js": "^9.11.0", | 
| 73 | 73 |     "jquery": "^3.3.1", | 
| 74 | 74 |     "jquery-ui-dist": "^1.12.1", | 
| 75 |  | -    "js-yaml": "^3.11.0", | 
|  | 75 | +    "js-yaml": "^3.12.0", | 
| 76 | 76 |     "jstree": "^3.3.5", | 
| 77 |  | -    "marked": "^0.3.19", | 
|  | 77 | +    "marked": "^0.4.0", | 
| 78 | 78 |     "mkdirp": "^0.5.1", | 
| 79 |  | -    "moment": "^2.22.1", | 
|  | 79 | +    "moment": "^2.22.2", | 
| 80 | 80 |     "nat-upnp": "git+https://github.com/MelvinTo/node-nat-upnp.git", | 
| 81 | 81 |     "node-machine-id": "^1.1.10", | 
| 82 | 82 |     "node-notifier": "^5.2.1", | 
| 83 | 83 |     "opn": "^5.3.0", | 
| 84 | 84 |     "ot": "git+https://github.com/Operational-Transformation/ot.js.git", | 
| 85 |  | -    "platformio-node-helpers": "^0.4.3", | 
|  | 85 | +    "platformio-node-helpers": "^0.5.2", | 
| 86 | 86 |     "qr-image": "^3.2.0", | 
| 87 | 87 |     "rtcmulticonnection-v3": "^3.4.4", | 
| 88 | 88 |     "serialport": "^6.2.0", | 
| 89 |  | -    "simple-git": "^1.92.0", | 
|  | 89 | +    "simple-git": "^1.95.1", | 
| 90 | 90 |     "socket.io": "^2.1.1", | 
| 91 | 91 |     "swig-templates": "^2.0.2", | 
| 92 | 92 |     "tether": "^1.4.4", | 
| 93 | 93 |     "tmp": "0.0.33", | 
| 94 | 94 |     "tty2html": "^1.0.0", | 
| 95 |  | -    "universal-analytics": "^0.4.16", | 
|  | 95 | +    "universal-analytics": "^0.4.17", | 
| 96 | 96 |     "vex-js": "^4.1.0", | 
| 97 |  | -    "which": "^1.2.14", | 
| 98 |  | -    "yauzl": "^2.9.1", | 
|  | 97 | +    "which": "^1.3.1", | 
|  | 98 | +    "yauzl": "^2.9.2", | 
| 99 | 99 |     "yazl": "^2.4.3" | 
| 100 | 100 |   }, | 
| 101 | 101 |   "devDependencies": { | 
| 102 | 102 |     "devtron": "^1.4.0", | 
| 103 |  | -    "electron": "latest", | 
| 104 |  | -    "electron-builder": "latest", | 
|  | 103 | +    "electron": "^2.0.1", | 
|  | 104 | +    "electron-builder": "^20.15.1", | 
| 105 | 105 |     "eslint": "^4.18.1", | 
| 106 | 106 |     "json": "^9.0.6", | 
| 107 |  | -    "nodemon": "^1.15.1" | 
|  | 107 | +    "nodemon": "^1.17.5" | 
| 108 | 108 |   } | 
| 109 | 109 | } | 
0 commit comments