chore: bump electron@16.0.0

This commit is contained in:
deepak1556 2021-11-18 14:23:07 +09:00
parent 4d6c1806cf
commit e35f169e42
5 changed files with 13 additions and 13 deletions

View file

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

View file

@ -6,7 +6,7 @@
"git": {
"name": "chromium",
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
"commitHash": "471d3c96c601926db975ee03e7ca68011aacd6e0"
"commitHash": "a1b736be4457e29ad09b24233308cbad9cc42748"
}
},
"licenseDetail": [
@ -40,7 +40,7 @@
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
],
"isOnlyProductionDependency": true,
"version": "94.0.4606.81"
"version": "96.0.4664.45"
},
{
"component": {
@ -48,11 +48,11 @@
"git": {
"name": "nodejs",
"repositoryUrl": "https://github.com/nodejs/node",
"commitHash": "eaca13ddc9092e831b9b45180c6e0ee1f3292e5e"
"commitHash": "711e073596f29b047086e2f3d4ab3706b98462f7"
}
},
"isOnlyProductionDependency": true,
"version": "16.5.0"
"version": "16.9.1"
},
{
"component": {
@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "1f320e06887127b34c2a437668db842e4471bbae"
"commitHash": "dae224619fe7b35d8897ed215e32730bfdba51ff"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "15.3.2"
"version": "16.0.0"
},
{
"component": {

View file

@ -130,7 +130,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "15.3.2",
"electron": "16.0.0",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View file

@ -1,3 +1,3 @@
disturl "http://nodejs.org/dist"
target "16.5.0"
target "16.9.1"
runtime "node"

View file

@ -3320,10 +3320,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@15.3.2:
version "15.3.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.2.tgz#4f0cbad781d14e0194f5dfef1709e09a70c8074a"
integrity sha512-sEpOX10gjAyvq33HDxJrq2HhYZT3qndZjUrHkzG16QTLjykP7lMvGnJ/bt6wn+T75f4wwv59FUbQx2hW3Xz5TQ==
electron@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.0.tgz#3080cf1ee1e9686990f17eba549379c7107e7151"
integrity sha512-B+K/UnEV8NsP7IUOd4VAIYLT0uShLQ/V0p1QQLX0McF8d185AV522faklgMGMtPVWNVL2qifx9rZAsKtHPzmEg==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"