Upgrade Electron to 2.0.16

This commit is contained in:
Michael Teeuw
2019-01-01 16:33:59 +01:00
parent b33663c9f8
commit 874d79be36
3 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.6.0] - 2019-01-01
### Experimental ✨
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
### ✨ Experimental ✨
- New default [module weather](modules/default/weather). This module will eventually replace the current `currentweather` and `weatherforecast` modules. The new module is still pretty experimental, but it's included so you can give it a try and help us improve this module. Please give us you feedback using [this forum post](https://forum.magicmirror.builders/topic/9335/default-weather-module-refactoring).
### Added

14
package-lock.json generated
View File

@@ -38,9 +38,9 @@
}
},
"@types/node": {
"version": "8.10.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz",
"integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w=="
"version": "8.10.39",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.39.tgz",
"integrity": "sha512-rE7fktr02J8ybFf6eysife+WF+L4sAHWzw09DgdCebEu+qDwMvv4zl6Bc+825ttGZP73kCKxa3dhJOoGJ8+5mA=="
},
"JSV": {
"version": "4.0.2",
@@ -1663,9 +1663,9 @@
"dev": true
},
"electron": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-2.0.4.tgz",
"integrity": "sha512-rtg6aW2IpWfiwMRk9gqr+a/xOrFlch9sgLNg0UJzCmtUUEGTrbaLxqANr3Ahlx+ODmh/V+WfF7IdEpD76bbssA==",
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/electron/-/electron-2.0.16.tgz",
"integrity": "sha512-mlC91VDuBU8x9tdGGISznrBCsnPKO1tBskXtBQhceBt0zWUZtV6eURVF5RaY5QK5Q+eBzVJbFT4+LUVupNwhSg==",
"requires": {
"@types/node": "^8.0.24",
"electron-download": "^3.0.1",
@@ -2668,7 +2668,7 @@
},
"fs-extra": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
"resolved": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
"integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
"requires": {
"graceful-fs": "^4.1.2",

View File

@@ -58,7 +58,7 @@
"ajv": "6.5.5",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"electron": "^2.0.4",
"electron": "^2.0.16",
"express": "^4.16.2",
"express-ipfilter": "0.3.1",
"feedme": "latest",