Skip to content

Commit 154d812

Browse files
authored
fix: update Electron version (#256)
The latest Theia 1.63 consumes Electron in version `36.4.0` so we need to update too.
1 parent ca51ecb commit 154d812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app-electron-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@theia/cli": "<%= params.theiaVersion %>",
23-
"electron": "^30.1.2"
23+
"electron": "^36.4.0"
2424
},
2525
"scripts": {
2626
"bundle": "npm run rebuild && theia build --mode development",

0 commit comments

Comments
 (0)