Revert "chore: bump electron@16.0.7"

This reverts commit 5fd01cf37c.
This commit is contained in:
deepak1556 2022-01-18 15:57:26 +09:00
parent 28e5cb702e
commit a7f1b73951
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
target "16.0.7"
target "16.0.6"
runtime "electron"
build_from_source "true"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "86cf473d814fabf6e364bc7df387c45dde3a1484"
"commitHash": "eb7a89784901e1480ad36006c6480cff0a955544"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "16.0.7"
"version": "16.0.6"
},
{
"component": {

View file

@ -132,7 +132,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "16.0.7",
"electron": "16.0.6",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View file

@ -4067,10 +4067,10 @@ electron-to-chromium@^1.4.17:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
electron@16.0.7:
version "16.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.7.tgz#87eaccd05ab61563d3c17dfbad2949bba7ead162"
integrity sha512-/IMwpBf2svhA1X/7Q58RV+Nn0fvUJsHniG4TizaO7q4iKFYSQ6hBvsLz+cylcZ8hRMKmVy5G1XaMNJID2ah23w==
electron@16.0.6:
version "16.0.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.6.tgz#d7a420ef2cb39d7d0a4d8760c03d72b137a033d5"
integrity sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"