Update to electron 3
This commit is contained in:
parent
b83e703cf1
commit
625094f0e3
File diff suppressed because it is too large
Load Diff
|
@ -26,26 +26,26 @@
|
|||
},
|
||||
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
||||
"devDependencies": {
|
||||
"electron": "^2.0.8",
|
||||
"electron-installer-debian": "^0.8.1",
|
||||
"electron": "^3.0.10",
|
||||
"electron-installer-debian": "^1.0.0",
|
||||
"electron-installer-dmg": "^2.0.0",
|
||||
"electron-packager": "^12.1.1",
|
||||
"electron-packager": "^12.2.0",
|
||||
"electron-rebuild": "^1.8.2",
|
||||
"electron-wix-msi": "^1.3.0",
|
||||
"electron-wix-msi": "^2.1.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-less": "^4.0.1",
|
||||
"jsdoc-to-markdown": "^4.0.1",
|
||||
"qunit": "^2.6.2"
|
||||
"qunit": "^2.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^2.6.1",
|
||||
"fs-extra": "^7.0.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"humanize-duration": "^3.15.1",
|
||||
"moment": "^2.22.2",
|
||||
"node-notifier": "^5.2.1",
|
||||
"node-notifier": "^5.3.0",
|
||||
"serialport": "^7.0.2",
|
||||
"sqlite3": "^4.0.2",
|
||||
"sqlite3": "^4.0.4",
|
||||
"uuid": "^3.3.2",
|
||||
"winston": "^3.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue