diff options
author | Christoph Settgast <csett86@web.de> | 2022-06-26 19:15:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 19:15:16 +0200 |
commit | 886994e9f43409cd04ad984a898efde3a3b46b8a (patch) | |
tree | 5f44f5d3bb21781a6e23caf35a10240ac37c922d /package.json | |
parent | 207c7cfff6e93dec2c1d04b8d517f88b590f72e4 (diff) |
chore(deps): update electron to 19.0.6 (#760)
Contains Chromium 98 -> 102 update, for high level overview see
https://www.electronjs.org/blog/electron-18-0
https://www.electronjs.org/blog/electron-19-0
Plan B support is now removed as well, as chromium 102 no longer offers
it: https://chromestatus.com/feature/5823036655665152
Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 883c19f..051370a 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "17.4.1", + "electron": "19.0.6", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |