Change version restriction for Electron

This commit is contained in:
Yuya Ochiai
2018-12-04 00:36:53 +09:00
parent 40257cf93e
commit 9c6fdbd898
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"devtron": "^1.4.0",
"electron": "3.0.9",
"electron": "^3.0.10",
"electron-builder": "20.14.7",
"electron-builder-squirrel-windows": "~20.14.0",
"electron-connect": "^0.6.3",

View File

@@ -3705,10 +3705,10 @@ electron-to-chromium@^1.3.47:
version "1.3.48"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.48.tgz#d3b0d8593814044e092ece2108fc3ac9aea4b900"
electron@3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.9.tgz#79bd25dfd5496918a00d579e702fb83082f1a036"
integrity sha512-OoSoeUWo9PzbArgrwS1yTfTRSlpXmIgrFGWUuUZCjKAk4DGR70elHDNeRnnBJ9NTwXXZVifChcfx73Ah3GnlVQ==
electron@^3.0.10:
version "3.0.10"
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.10.tgz#7d412856e8cf0d3041a612a32dd09e2af2d50f50"
integrity sha512-I39IeQP3NOlbjKzTDK8uK2JdiHDfhV5SruCS2Gttkn2MaKCY+yIzQ6Wr4DyBXLeTEkL1sbZxbqQVhCavAliv5w==
dependencies:
"@types/node" "^8.0.24"
electron-download "^4.1.0"