mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
chore(deps): electron 27.0.0-alpha.4
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@ -44,7 +44,7 @@
|
|||||||
"@playwright/test": "1.37.1",
|
"@playwright/test": "1.37.1",
|
||||||
"auto-changelog": "2.4.0",
|
"auto-changelog": "2.4.0",
|
||||||
"del-cli": "5.0.1",
|
"del-cli": "5.0.1",
|
||||||
"electron": "26.1.0",
|
"electron": "27.0.0-alpha.4",
|
||||||
"electron-builder": "24.6.3",
|
"electron-builder": "24.6.3",
|
||||||
"electron-devtools-installer": "3.2.0",
|
"electron-devtools-installer": "3.2.0",
|
||||||
"eslint": "8.48.0",
|
"eslint": "8.48.0",
|
||||||
@ -2860,9 +2860,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron": {
|
"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,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/get": "^2.0.0",
|
"@electron/get": "^2.0.0",
|
||||||
"@types/node": "^18.11.18",
|
"@types/node": "^18.11.18",
|
||||||
@ -5693,8 +5694,7 @@
|
|||||||
},
|
},
|
||||||
"node_modules/node-fetch": {
|
"node_modules/node-fetch": {
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
"license": "MIT",
|
||||||
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"whatwg-url": "^5.0.0"
|
"whatwg-url": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -138,13 +138,14 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"xml2js": "0.6.2",
|
"xml2js": "0.6.2",
|
||||||
"node-fetch": "2.7.0",
|
"node-fetch": "2.7.0",
|
||||||
"@electron/universal": "1.4.1"
|
"@electron/universal": "1.4.1",
|
||||||
|
"electron": "27.0.0-alpha.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "1.37.1",
|
"@playwright/test": "1.37.1",
|
||||||
"auto-changelog": "2.4.0",
|
"auto-changelog": "2.4.0",
|
||||||
"del-cli": "5.0.1",
|
"del-cli": "5.0.1",
|
||||||
"electron": "26.1.0",
|
"electron": "27.0.0-alpha.4",
|
||||||
"electron-builder": "24.6.3",
|
"electron-builder": "24.6.3",
|
||||||
"electron-devtools-installer": "3.2.0",
|
"electron-devtools-installer": "3.2.0",
|
||||||
"eslint": "8.48.0",
|
"eslint": "8.48.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user