Skip to content

Commit

Permalink
Generated electron-app does not work anymore #166
Browse files Browse the repository at this point in the history
* Update electron version
  • Loading branch information
jfaltermeier committed May 4, 2023
1 parent 27640b2 commit e65f77f
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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@theia/cli": "<%= params.theiaVersion %>",
"electron": "^15.3.5"
"electron": "^23.2.4"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down

0 comments on commit e65f77f

Please sign in to comment.