chore: update electron@19.1.3 (#164864)
parent
c7647cd307
commit
4236d5c19d
2
.yarnrc
2
.yarnrc
|
@ -1,4 +1,4 @@
|
|||
disturl "https://electronjs.org/headers"
|
||||
target "19.0.17"
|
||||
target "19.1.3"
|
||||
runtime "electron"
|
||||
build_from_source "true"
|
||||
|
|
|
@ -528,12 +528,12 @@
|
|||
"git": {
|
||||
"name": "electron",
|
||||
"repositoryUrl": "https://github.com/electron/electron",
|
||||
"commitHash": "0e6da36264d52656d5cd36a4c15937a6a6ca778e"
|
||||
"commitHash": "83077e9b97c55cd4f9f641530442bcfd1c2ab949"
|
||||
}
|
||||
},
|
||||
"isOnlyProductionDependency": true,
|
||||
"license": "MIT",
|
||||
"version": "19.0.17"
|
||||
"version": "19.1.3"
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
"cssnano": "^4.1.11",
|
||||
"debounce": "^1.0.0",
|
||||
"deemon": "^1.7.2",
|
||||
"electron": "19.0.17",
|
||||
"electron": "19.1.3",
|
||||
"eslint": "8.7.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jsdoc": "^39.3.2",
|
||||
|
|
|
@ -3911,10 +3911,10 @@ electron-to-chromium@^1.4.202:
|
|||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.207.tgz#9c3310ebace2952903d05dcaba8abe3a4ed44c01"
|
||||
integrity sha512-piH7MJDJp4rJCduWbVvmUd59AUne1AFBJ8JaRQvk0KzNTSUnZrVXHCZc+eg+CGE4OujkcLJznhGKD6tuAshj5Q==
|
||||
|
||||
electron@19.0.17:
|
||||
version "19.0.17"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.17.tgz#850d806e88b1ef141b88b491dc41661778691c27"
|
||||
integrity sha512-3Offu61K+d19EZIc76MhKRsSCqfe3jDiqtD0p8jXr6p/TW7+7/jOQp407ZaZu0nQN6/xDIEi2sP4XQBom6GjTQ==
|
||||
electron@19.1.3:
|
||||
version "19.1.3"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.3.tgz#90a2b6c3d738789d657477d87d1539f008be6536"
|
||||
integrity sha512-P2kfFc8UqVvPHE1w9qTZSPNpfOqd+CK34K3wBqJwokzYdVBLsVkbIoLxyByjJ/cU35WaeCL5bsI8kXALfPvebw==
|
||||
dependencies:
|
||||
"@electron/get" "^1.14.1"
|
||||
"@types/node" "^16.11.26"
|
||||
|
|
Loading…
Reference in New Issue