Skip to content

Commit

Permalink
fix(deps): update node and electron (#36)
Browse files Browse the repository at this point in the history
Goals: improve security, fix #22.

Also fixes crash when quitting the app on macOS.

Changes:
- upgrade from node version 8 to 12
- upgrade from electron version 1 to 9 + latest version of associated dependencies
- move most dependencies to devDependencies (see electron/packager#827)
- only build x64 binaries (see https://www.electronjs.org/blog/linux-32bit-support)
- only build for darwin/macos, windows and linux
- re-format js files using latest version of standard
  • Loading branch information
adrienjoly committed Jul 11, 2020
1 parent 6f0185b commit 0d7308d
Show file tree
Hide file tree
Showing 5 changed files with 1,945 additions and 2,363 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.16.2
v12.18.2

0 comments on commit 0d7308d

Please sign in to comment.