chore: update electron@18.3.0

This commit is contained in:
deepak1556 2022-05-30 15:13:54 +09:00
parent 77e9053497
commit f1eff665aa
4 changed files with 10 additions and 10 deletions

View File

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

View File

@ -6,7 +6,7 @@
"git": {
"name": "chromium",
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
"commitHash": "868b46452cfe324558c39dbf9182f86a609296db"
"commitHash": "59f4a82f7cf9fd0397aa7bf0273bf5b62433c5da"
}
},
"licenseDetail": [
@ -40,7 +40,7 @@
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
],
"isOnlyProductionDependency": true,
"version": "100.0.4896.127"
"version": "100.0.4896.160"
},
{
"component": {
@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "feea88600a3e19c1a395147c278275574408ad51"
"commitHash": "c33bfffeec7ee8757c577df1b7fec5d4120039f2"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "18.1.0"
"version": "18.3.0"
},
{
"component": {

View File

@ -136,7 +136,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "18.1.0",
"electron": "18.3.0",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View File

@ -4287,10 +4287,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@18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.1.0.tgz#d92b76f301af1a8728adff8d6eeb42382e218fe8"
integrity sha512-P55wdHNTRMo7a/agC84ZEZDYEK/pTBcQdlp8lFbHcx3mO4Kr+Im/J5p2uQgiuXtown31HqNh2paL3V0p+E6rpQ==
electron@18.3.0:
version "18.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.0.tgz#43de95979341e63f1b209c569a0ad148d98ae5b7"
integrity sha512-2+pAUIViVvFOGE5mJKKi8F6ruyvQrcqdfsm/AUfz+6P05vbvR5ZsR6WBkr90mlyojHW5w/nAVX9ZSOtz3aHs4A==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^16.11.26"