chore: bump electron@13.2.3

This commit is contained in:
deepak1556 2021-08-31 12:10:22 +09:00
parent 5cb33cbd73
commit 70f3c712be
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
target "13.1.8"
target "13.2.3"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "0436a27d4f0fd7d1cb8246137a07fa0c8eb9337e"
"commitHash": "69df216a9ce5711f38dd4c9ab1ab55f554c85727"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "13.1.8"
"version": "13.2.3"
},
{
"component": {

View file

@ -131,7 +131,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "13.1.8",
"electron": "13.2.3",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View file

@ -3342,10 +3342,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5"
integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg==
electron@13.1.8:
version "13.1.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.8.tgz#a6def6eca7cafc7b068a8f71a069e521ba803182"
integrity sha512-ei2ZyyG81zUOlvm5Zxri668TdH5GNLY0wF+XrC2FRCqa8AABAPjJIWTRkhFEr/H6PDVPNZjMPvSs3XhHyVVk2g==
electron@13.2.3:
version "13.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-13.2.3.tgz#a0fd80a011ba1549147777c9d72e881577904509"
integrity sha512-FzWhbKHjq7ZTpPQFaYiLPL64erC8/BOsu5NlNN9nQ6f7rIP8ygKlNAlQit3vbOcksQAwItDUCIw4sW0mcaRpCA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"