Skip to content

Commit

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

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming committed Sep 17, 2024
1 parent 2055aff commit 7e69c98
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.1.2"
},
"scripts": {
"bundle": "yarn rebuild && theia build --mode development",
Expand Down

0 comments on commit 7e69c98

Please sign in to comment.