Skip to content

Commit 279fafb

Browse files
committed
chore: align Electron version with Theia 1.63.3
Theia 1.63.3 updated to Electron 37.2.1. We need to align as otherwise the install might fail.
1 parent f9ca32c commit 279fafb

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": "^36.4.0"
23+
"electron": "37.2.1"
2424
},
2525
"scripts": {
2626
"bundle": "npm run rebuild && theia build --mode development",

0 commit comments

Comments
 (0)