Update to electron 4. Updated electron-rebuild and electron-packager. Removed sqlite because it is currently unused and takes forever to rebuild. Originally intended to store timings of actions to optimize performance. Putting those plans on ice for now.
This commit is contained in:
parent
553d2bbb0d
commit
dcca364b78
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
@ -27,10 +27,10 @@
|
|||
},
|
||||
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
||||
"devDependencies": {
|
||||
"electron": "^3.0.10",
|
||||
"electron": "^4.1.1",
|
||||
"electron-installer-dmg": "^2.0.0",
|
||||
"electron-packager": "^12.2.0",
|
||||
"electron-rebuild": "^1.8.2",
|
||||
"electron-packager": "^13.1.1",
|
||||
"electron-rebuild": "^1.8.4",
|
||||
"electron-wix-msi": "^2.1.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
|
@ -66,7 +66,6 @@
|
|||
"server": "file:lib/server",
|
||||
"settings": "file:lib/settings",
|
||||
"spawn": "file:lib/spawn",
|
||||
"sqlite3": "^4.0.4",
|
||||
"system": "file:lib/system",
|
||||
"uuid": "^3.3.2",
|
||||
"winston": "^3.0.0"
|
||||
|
|
Loading…
Reference in New Issue