Skip to content

Commit

Permalink
Fix crash of electron
Browse files Browse the repository at this point in the history
Electron < 30.05 crashes on maximize

electron/electron#41839
  • Loading branch information
nicodh committed May 15, 2024
1 parent 6d03679 commit 76b9a57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -131,7 +131,7 @@
"@typescript-eslint/parser": "^7.8.0",
"chai": "^4.3.4",
"chokidar": "^3.5.3",
"electron": "^30.0.2",
"electron": "^30.0.5",
"electron-builder": "^24.6.4",
"esbuild": "^0.19.8",
"esbuild-plugin-inline-worker": "^0.1.1",
Expand Down

0 comments on commit 76b9a57

Please sign in to comment.