Skip to content

Commit

Permalink
electron: Bump electron version to v5.0.6.
Browse files Browse the repository at this point in the history
Electron version upgrade is required for
BrowserViews to be stable.
  • Loading branch information
vsvipul committed Jul 18, 2019
1 parent c2c7bc1 commit 0d55f2c
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 98 deletions.
3 changes: 2 additions & 1 deletion app/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function createMainWindow(): Electron.BrowserWindow {
webPreferences: {
plugins: true,
nodeIntegration: true,
partition: 'persist:webviewsession'
partition: 'persist:webviewsession',
webviewTag: true
},
show: false
});
Expand Down
202 changes: 114 additions & 88 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"auto-launch": "5.0.5",
"electron-is-dev": "0.3.0",
"electron-log": "2.2.14",
"electron-spellchecker": "1.1.2",
"electron-spellchecker": "2.2.0",
"electron-updater": "4.0.6",
"electron-window-state": "5.0.3",
"escape-html": "1.0.3",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d55f2c

Please sign in to comment.