Skip to content

Commit c7a3b92

Browse files
committed
update electron to latest minor release
1 parent 4ed62e4 commit c7a3b92

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
runtime = electron
22
disturl = https://electronjs.org/headers
3-
target = 24.4.0
3+
target = 24.6.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"@types/webpack-hot-middleware": "^2.25.6",
157157
"@types/webpack-merge": "^5.0.0",
158158
"@types/xml2js": "^0.4.11",
159-
"electron": "24.4.0",
159+
"electron": "24.6.5",
160160
"electron-builder": "^24.4.0",
161161
"electron-packager": "^15.1.0",
162162
"eslint-plugin-github": "^4.3.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4075,10 +4075,10 @@ electron-winstaller@*, electron-winstaller@^5.0.0:
40754075
lodash.template "^4.2.2"
40764076
temp "^0.9.0"
40774077

4078-
electron@24.4.0:
4079-
version "24.4.0"
4080-
resolved "https://registry.yarnpkg.com/electron/-/electron-24.4.0.tgz#48d05561dab6a5835ec1a3a96852797f69824eea"
4081-
integrity sha512-A9YzLHRUA+HfYVf2daNv0jPXNCWShgcgcTaGntrZRGynQLEhDTbti9Lfmq2tjRKoEgXZ7qj+aJFw+tJZsT/Cfw==
4078+
electron@24.6.5:
4079+
version "24.6.5"
4080+
resolved "https://registry.yarnpkg.com/electron/-/electron-24.6.5.tgz#9259f682cc8a3dda6573e5e59350c38f8522f04a"
4081+
integrity sha512-31LhBrGJwdLmMxLuedjuTy576JYtuOlDObNWGq3t4ZXUzC1WAvV/0kZ0dlbYNgsmeJTncIP5hELZU8YpPQo27g==
40824082
dependencies:
40834083
"@electron/get" "^2.0.0"
40844084
"@types/node" "^18.11.18"

0 commit comments

Comments
 (0)