Update everything, latest electron, latest everything

This commit is contained in:
mmcw-dev 2018-09-02 09:50:36 -04:00
parent af8e982cc9
commit 92ba4af306
2 changed files with 1854 additions and 2176 deletions

4000
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,25 +28,25 @@
"devDependencies": {
"electron": "^2.0.8",
"electron-installer-debian": "^0.8.1",
"electron-installer-dmg": "^0.2.1",
"electron-packager": "^10.1.1",
"electron-rebuild": "^1.4.0",
"electron-wix-msi": "^1.2.3",
"electron-installer-dmg": "^2.0.0",
"electron-packager": "^12.1.1",
"electron-rebuild": "^1.8.2",
"electron-wix-msi": "^1.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.4.0",
"gulp-less": "^4.0.1",
"jsdoc-to-markdown": "^4.0.1",
"qunit": "^2.6.1"
"qunit": "^2.6.2"
},
"dependencies": {
"async": "^2.6.0",
"fs-extra": "^6.0.1",
"humanize-duration": "^3.12.1",
"moment": "^2.17.1",
"node-notifier": "^5.1.2",
"serialport": "^6.0.4",
"sqlite3": "^3.1.13",
"uuid": "^3.0.1",
"winston": "^2.3.0"
"async": "^2.6.1",
"fs-extra": "^7.0.0",
"humanize-duration": "^3.15.1",
"moment": "^2.22.2",
"node-notifier": "^5.2.1",
"serialport": "^7.0.2",
"sqlite3": "^4.0.2",
"uuid": "^3.3.2",
"winston": "^3.0.0"
}
}