diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-10-05 23:07:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 23:07:50 +0200 |
commit | 1c9bd47c74ffc6127368ef2c6d072c0e8cccac0d (patch) | |
tree | d9a53f0eb710c11ce298208a362ecf20eb1a0a96 /package.json | |
parent | 172835bc95aad5bda1e42555b122e97d3dd9f5d2 (diff) |
chore(deps) update electron to 32.1.2 (#980)
Contains electron 31 and 32 update, for details see
https://www.electronjs.org/blog/electron-31-0
https://www.electronjs.org/blog/electron-32-0
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 42f81c7..9ec2f45 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "30.1.0", + "electron": "32.1.2", "electron-builder": "24.13.3", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |