提交 4622a32d 编写于 作者: G greenkeeper[bot] 提交者: Git²

Update electron to the latest version 🚀 (#30)

* chore(package): update electron to version 1.7.10

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
上级 98b9e86e
{
"name": "edex-ui",
"version": "0.1.0",
"version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -10,9 +10,7 @@
"integrity": "sha512-s2ZfgRWXeNUQTQE3O85CDDrU2Uo90pMlMkTxkz85wQOuzVxB8t4cubMPup3WlTPFKHQgb6lDkAHS3ljkUSFO6A==",
"dev": true,
"requires": {
"7zip-bin-linux": "1.2.0",
"7zip-bin-mac": "1.0.1",
"7zip-bin-win": "2.1.1"
"7zip-bin-linux": "1.2.0"
}
},
"7zip-bin-linux": {
......@@ -22,24 +20,10 @@
"dev": true,
"optional": true
},
"7zip-bin-mac": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz",
"integrity": "sha1-Pmh3i78JJq3GgVlCcHRQXUdVXAI=",
"dev": true,
"optional": true
},
"7zip-bin-win": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/7zip-bin-win/-/7zip-bin-win-2.1.1.tgz",
"integrity": "sha512-6VGEW7PXGroTsoI2QW3b0ea95HJmbVBHvfANKLLMzSzFA1zKqVX5ybNuhmeGpf6vA0x8FJTt6twpprDANsY5WQ==",
"dev": true,
"optional": true
},
"@types/node": {
"version": "7.0.43",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.43.tgz",
"integrity": "sha512-7scYwwfHNppXvH/9JzakbVxk0o0QUILVk1Lv64GRaxwPuGpnF1QBiwdvhDpLcymb8BpomQL3KYoWKq3wUdDMhQ==",
"version": "7.0.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.50.tgz",
"integrity": "sha512-qtsQLhgNcooncOfFWpATbOI5Gw8chr5LQDmIbHBX9Nry1VThPid0jCMpsW8JTK27M11/nTTaKd74VYCxZRIGUg==",
"dev": true
},
"abbrev": {
......@@ -954,14 +938,14 @@
"dev": true
},
"electron": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.9.tgz",
"integrity": "sha1-rdVOn4+D7QL2UZ7BATX2mLGTNs8=",
"version": "1.7.10",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.10.tgz",
"integrity": "sha1-Oj6D2WX9f6/kc76N349HJWG2JT0=",
"dev": true,
"requires": {
"@types/node": "7.0.43",
"@types/node": "7.0.50",
"electron-download": "3.3.0",
"extract-zip": "1.6.5"
"extract-zip": "1.6.6"
}
},
"electron-builder": {
......@@ -1410,32 +1394,15 @@
"dev": true
},
"extract-zip": {
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.5.tgz",
"integrity": "sha1-maBnNbbqIOqbcF13ms/8yHz/BEA=",
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.6.tgz",
"integrity": "sha1-EpDt6NINCHK0Kf0/NRyhKOxe+Fw=",
"dev": true,
"requires": {
"concat-stream": "1.6.0",
"debug": "2.2.0",
"debug": "2.6.9",
"mkdirp": "0.5.0",
"yauzl": "2.4.1"
},
"dependencies": {
"debug": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
"dev": true,
"requires": {
"ms": "0.7.1"
}
},
"ms": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
"dev": true
}
}
},
"extsprintf": {
......
......@@ -82,7 +82,7 @@
}
},
"devDependencies": {
"electron": "1.7.9",
"electron": "1.7.10",
"electron-builder": "19.49.0",
"electron-rebuild": "1.6.0",
"minifier": "0.8.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册