Skip to content

Commit

Permalink
fix(app-shell): fix electron-updater failures (#17056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff authored Dec 6, 2024
1 parent 9233856 commit 67de4f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app-shell-odd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dateformat": "3.0.3",
"electron-devtools-installer": "3.2.0",
"electron-store": "5.1.1",
"electron-updater": "6.3.9",
"execa": "4.0.0",
"form-data": "2.5.0",
"fs-extra": "10.0.0",
Expand Down
1 change: 1 addition & 0 deletions app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"electron-localshortcut": "3.2.1",
"electron-devtools-installer": "3.2.0",
"electron-store": "5.1.1",
"electron-updater": "6.3.9",
"execa": "4.0.0",
"form-data": "2.5.0",
"fs-extra": "10.0.0",
Expand Down
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@types/node-fetch": "2.6.11",
"@types/styled-components": "^5.1.26",
"axios": "^0.21.1",
"electron-updater": "6.3.9",
"postcss-apply": "0.12.0",
"postcss-color-mod-function": "3.0.3",
"postcss-import": "16.0.0",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"download": "8.0.0",
"electron": "33.2.1",
"electron-builder": "25.1.8",
"electron-updater": "6.3.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
Expand Down

0 comments on commit 67de4f4

Please sign in to comment.