Skip to content

Commit 8070175

Browse files
committed
Update electron to 20.3, fixes errors when uploading large File objects to handlers
1 parent 283a4c9 commit 8070175

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"homepage": "https://github.com/AgregoreWeb/agregore-browser#readme",
173173
"devDependencies": {
174174
"@netless/extension-flat": "^1.0.1",
175-
"electron": "^20.1.2",
175+
"electron": "20",
176176
"electron-builder": "^22.9.1",
177177
"standard": "^14.3.4"
178178
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,10 +2286,10 @@ [email protected]:
22862286
lazy-val "^1.0.5"
22872287
mime "^2.5.2"
22882288

2289-
electron@^20.1.2:
2290-
version "20.1.2"
2291-
resolved "https://registry.yarnpkg.com/electron/-/electron-20.1.2.tgz#ef5502e4a1ea7c08bfbae17a49da861ac9f882dc"
2292-
integrity sha512-Yz2GAUqgXNr3+7vI+xL3qoCBUw4nVX+MeF/+HNL80y67ZrhMFUbJFirw7Tm6/Kx8r6TBPz0/D3aleeySWFUmzw==
2289+
electron@20:
2290+
version "20.3.2"
2291+
resolved "https://registry.yarnpkg.com/electron/-/electron-20.3.2.tgz#d1582a89520bb06fbb3862f93e0b2c22c40c47cc"
2292+
integrity sha512-px5/bcxsHbyByIB+kQKi3goPMXA/oVEojqP7gJ+6NxESNNYWYUR4FfzBjxTJ7I8X/Cn0BuAAWKKrCQKqJRHPQQ==
22932293
dependencies:
22942294
"@electron/get" "^1.14.1"
22952295
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)