Skip to content

Commit 4fbe034

Browse files
committed
1 parent 78740b7 commit 4fbe034

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://electronjs.org/headers"
2-
target "13.4.0"
2+
target "13.5.0"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "75f366f4d0be2318584ffd3157b0e7356fce7c78"
63+
"commitHash": "d93629321e994031e27504ccada933fb13fedb5a"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "13.4.0"
68+
"version": "13.5.0"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"cssnano": "^4.1.11",
132132
"debounce": "^1.0.0",
133133
"deemon": "^1.4.0",
134-
"electron": "13.4.0",
134+
"electron": "13.5.0",
135135
"eslint": "6.8.0",
136136
"eslint-plugin-header": "3.1.1",
137137
"eslint-plugin-jsdoc": "^19.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,10 +3328,10 @@ electron-to-chromium@^1.3.723:
33283328
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5"
33293329
integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg==
33303330

3331-
electron@13.4.0:
3332-
version "13.4.0"
3333-
resolved "https://registry.yarnpkg.com/electron/-/electron-13.4.0.tgz#f9f9e518d8c6bf23bfa8b69580447eea3ca0f880"
3334-
integrity sha512-KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ==
3331+
electron@13.5.0:
3332+
version "13.5.0"
3333+
resolved "https://registry.yarnpkg.com/electron/-/electron-13.5.0.tgz#6f746ca55d6be4f20dd4b799a5bf42fcb1ea0587"
3334+
integrity sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==
33353335
dependencies:
33363336
"@electron/get" "^1.0.1"
33373337
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)