diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-03-09 16:52:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 16:52:57 +0100 |
commit | 845f7ae7a015600e2247b28c0740e49adfa00cb2 (patch) | |
tree | 77abf9a9aa48131653094f24eb692a19c55503d3 /package.json | |
parent | 72620733907576c158a4e340a977fc445b1aa3e4 (diff) |
chore(deps) update electron to 29.1.1 (#952)
Contains electron 29 update, for details see
https://www.electronjs.org/blog/electron-29-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 cda9d9a..fd6a22c 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": "28.1.3", + "electron": "29.1.1", "electron-builder": "24.13.3", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |