未验证 提交 f70446db 编写于 作者: G Git² 提交者: GitHub

Merge pull request #56 from GitSquared/greenkeeper/electron-1.7.12

Update electron to the latest version 🚀
......@@ -10,7 +10,9 @@
"integrity": "sha512-QU3oR1dLLVrYGRkb7LU17jMCpIkWtXXW7q71ECXWXkR9vOv37VjykqpvFgs29HgSCNLZHnNKJzdG6RwAW0LwIA==",
"dev": true,
"requires": {
"7zip-bin-linux": "1.3.1"
"7zip-bin-linux": "1.3.1",
"7zip-bin-mac": "1.0.1",
"7zip-bin-win": "2.1.1"
}
},
"7zip-bin-linux": {
......@@ -20,6 +22,20 @@
"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.52",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.52.tgz",
......@@ -857,9 +873,9 @@
"dev": true
},
"electron": {
"version": "1.7.11",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.11.tgz",
"integrity": "sha1-mTtqp54OeafPzDafTIE/vZoLCNk=",
"version": "1.7.12",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.12.tgz",
"integrity": "sha1-3MYaLBsMPfJfaLNCU3mgGr0BGQ4=",
"dev": true,
"requires": {
"@types/node": "7.0.52",
......@@ -1276,9 +1292,9 @@
}
},
"es6-promise": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.2.tgz",
"integrity": "sha512-LSas5vsuA6Q4nEdf9wokY5/AJYXry98i0IzXsv49rYsgDGDNDPbqAYR1Pe23iFxygfbGZNR/5VrHXBCh2BhvUQ==",
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz",
"integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==",
"dev": true
},
"escape-string-regexp": {
......@@ -2892,7 +2908,7 @@
"dev": true,
"requires": {
"debug": "2.6.9",
"es6-promise": "4.2.2"
"es6-promise": "4.2.4"
}
},
"supports-color": {
......
......@@ -83,7 +83,7 @@
},
"devDependencies": {
"clean-css": "4.1.9",
"electron": "1.7.11",
"electron": "1.7.12",
"electron-builder": "19.55.3",
"electron-rebuild": "1.7.3",
"node-json-minify": "1.0.0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册