chore: bump electron@8.4.0

This commit is contained in:
deepak1556 2020-07-20 19:01:48 -07:00
parent 2501ecbe3f
commit 57ad6558bf
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "8.3.3"
target "8.4.0"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "87fd06bc96bce8f46ca05b8315657fd230bcac85"
"commitHash": "94a5b304d0ce738ad036c8e359241b4acba330b2"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "8.3.3"
"version": "8.4.0"
},
{
"component": {

View file

@ -108,7 +108,7 @@
"css-loader": "^3.2.0",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "8.3.3",
"electron": "8.4.0",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"event-stream": "3.3.4",

View file

@ -2737,10 +2737,10 @@ electron-to-chromium@^1.2.7:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
electron@8.3.3:
version "8.3.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-8.3.3.tgz#8ce07dcbafa097d00b94d1dd58a2a3b30fe6f803"
integrity sha512-/LGnjnE9BQzkn2VpjflLi7jpQxYIp+maqmiDPy6ww76hkQvt/LJ991ewdHpfLR4or3VqzPIu+AK+ZJrTlDAWyw==
electron@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-8.4.0.tgz#30692166dc8b2a511b3c01c70960d467efe2b8e6"
integrity sha512-SpgyccM5rjDJSGcpQjiviUBT44fZlSyhcjy8RpKSnAad+co4xY1vYj6T25U1CfSk0PH/dhvcp63P2sdXHCwq/Q==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"