chore(deps): electron 27.0.0-alpha.4

This commit is contained in:
JellyBrick
2023-08-30 22:05:36 +09:00
parent 4284bcc329
commit 06b9cf9255
2 changed files with 8 additions and 7 deletions

10
package-lock.json generated
View File

@ -44,7 +44,7 @@
"@playwright/test": "1.37.1",
"auto-changelog": "2.4.0",
"del-cli": "5.0.1",
"electron": "26.1.0",
"electron": "27.0.0-alpha.4",
"electron-builder": "24.6.3",
"electron-devtools-installer": "3.2.0",
"eslint": "8.48.0",
@ -2860,9 +2860,10 @@
}
},
"node_modules/electron": {
"version": "26.1.0",
"version": "27.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-27.0.0-alpha.4.tgz",
"integrity": "sha512-onFtU9wcvUG2BvK+3nBzJx+h95PEq+dPOXwUKIeA2E/LcxgtAwHihImftzLodUDyrZHDyRSbbAXuNrKlSsZOlw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^18.11.18",
@ -5693,8 +5694,7 @@
},
"node_modules/node-fetch": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
},