diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2023-09-15 07:08:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 07:08:35 +0200 |
commit | e7734aa2e4bf16046c1039a54aab662caded0e56 (patch) | |
tree | 62f6d991e5b6ab51a76706894ca7c48f6e1df08b /package.json | |
parent | 150999066b928734f6a8a82ddd5dfcd1cbb2a8cb (diff) |
fix(linux): downgrade electron to avoid renderer crashes (#910)
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 e6b8b7b..84c7b6b 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": "26.1.0", + "electron": "25.8.1", "electron-builder": "24.4.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |