Skip to content

Commit

Permalink
fix(linux): downgrade electron to avoid renderer crashes (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Sep 15, 2023
1 parent 1509990 commit e7734aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e7734aa

Please sign in to comment.