Skip to content

Commit

Permalink
Bump electron-util
Browse files Browse the repository at this point in the history
Should hopefully fix the weird issue with `IPC channel is already disconnected`

See: sindresorhus/electron-util@8ceece8
  • Loading branch information
sindresorhus committed Feb 3, 2018
1 parent bfa0a62 commit 7fd17b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"electron-settings": "^2.2.1",
"electron-store": "^1.2.0",
"electron-unhandled": "^1.0.0",
"electron-util": "^0.5.0",
"electron-util": "^0.6.0",
"ensure-error": "^1.0.0",
"execa": "^0.9.0",
"file-size": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ electron-util@^0.4.1:
dependencies:
electron-is-dev "^0.3.0"

electron-util@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/electron-util/-/electron-util-0.5.0.tgz#4f3029c3b51a840277f32ab8757bd45aa1e75c23"
electron-util@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/electron-util/-/electron-util-0.6.0.tgz#1246851ae1df8ba43420c75a541ee45aa649847d"
dependencies:
electron-is-dev "^0.3.0"

Expand Down

0 comments on commit 7fd17b7

Please sign in to comment.