diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-06-09 23:09:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 23:09:57 +0200 |
commit | 8e38c9a85a0c6e104b46d3e67cee43f74d175ef0 (patch) | |
tree | cd37ce96d058765a9743cc6cb3f97d031d326129 /package.json | |
parent | dccb4c548b9dbb2de025262ccd6b9ac10f3d3eee (diff) |
chore(deps) update electron to 30.1.0 (#966)
No major update, but smaller fixes, including crashes when maximising
with X11.
For all details see https://releases.electronjs.org/release/compare/v30.0.3/v30.1.0
Fixes: #962
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 3edfc0e..08ca5da 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "30.0.3", + "electron": "30.1.0", "electron-builder": "24.13.3", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |