Skip to content

Commit

Permalink
Update electron version
Browse files Browse the repository at this point in the history
fixed #200

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming committed Sep 13, 2024
1 parent c5ea978 commit 4189f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app-electron-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@theia/cli": "<%= params.theiaVersion %>",
"electron": "^23.2.4"
"electron": "^30.4.0"
},
"scripts": {
"bundle": "yarn rebuild && theia build --mode development",
Expand Down

0 comments on commit 4189f48

Please sign in to comment.