Skip to content

Commit 67de4f4

Browse files
authored
fix(app-shell): fix electron-updater failures (#17056)
1 parent 9233856 commit 67de4f4

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

app-shell-odd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"dateformat": "3.0.3",
4343
"electron-devtools-installer": "3.2.0",
4444
"electron-store": "5.1.1",
45+
"electron-updater": "6.3.9",
4546
"execa": "4.0.0",
4647
"form-data": "2.5.0",
4748
"fs-extra": "10.0.0",

app-shell/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"electron-localshortcut": "3.2.1",
5151
"electron-devtools-installer": "3.2.0",
5252
"electron-store": "5.1.1",
53+
"electron-updater": "6.3.9",
5354
"execa": "4.0.0",
5455
"form-data": "2.5.0",
5556
"fs-extra": "10.0.0",

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"@types/node-fetch": "2.6.11",
7878
"@types/styled-components": "^5.1.26",
7979
"axios": "^0.21.1",
80+
"electron-updater": "6.3.9",
8081
"postcss-apply": "0.12.0",
8182
"postcss-color-mod-function": "3.0.3",
8283
"postcss-import": "16.0.0",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"download": "8.0.0",
8787
"electron": "33.2.1",
8888
"electron-builder": "25.1.8",
89-
"electron-updater": "6.3.9",
9089
"eslint": "^8.56.0",
9190
"eslint-config-prettier": "^8.1.0",
9291
"eslint-config-standard": "^16.0.2",

0 commit comments

Comments
 (0)