diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-05-11 00:32:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 00:32:02 +0200 |
commit | 6273b8356935aa8dec80d03ba5a08af07159308c (patch) | |
tree | 85def08487a9373d14da186ed11534e06d416a42 /package.json | |
parent | 15d195ea5f88b8bd5a2e891355a76d3153cce1ee (diff) |
chore(deps) update electron to 30.0.3 (#960)
Contains electron 30 update, for details see
https://www.electronjs.org/blog/electron-30-0
Fixes: #945
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 6c7623c..ae41300 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": "29.1.1", + "electron": "30.0.3", "electron-builder": "24.13.3", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |