diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2023-11-11 18:40:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 18:40:49 +0100 |
commit | 9dcb0953cb6d72ad6c1d8320744e1ae816cd4ddd (patch) | |
tree | 41837984b8bbb751b853b9b683ddae9a38edbcc7 /package.json | |
parent | 1aa2abc8970a951bc9194bcd882901ab9cb90d66 (diff) |
chore(deps) update electron to 27.0.3 (#921)
Contains electron 26 and 27 updates, for details see
https://www.electronjs.org/blog/electron-26-0
https://www.electronjs.org/blog/electron-27-0
Contains a fix for Linux that lead to crashes when the graphics drivers changed
https://github.com/electron/electron/pull/40467
Mainly this should help with further bugfixes in webrtc as the contained
Chromium is implicitly upgraded from 114 to 118.
In wayland / pipewire terms we have only minor additions, eg:
WaylandWindowDecorations by default: https://github.com/electron/electron/pull/39582
which means we can remove the enable flag we had on this in main.js as its now
default.
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 7bc34ad..cdef308 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "25.8.4", + "electron": "27.0.4", "electron-builder": "24.4.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |