updated magic-home version

This commit is contained in:
jangxx 2019-03-27 20:51:30 +01:00
parent 15483b4947
commit cea6c9d1e9
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -1,14 +1,15 @@
{ {
"name": "hc-magichome", "name": "hc-magichome",
"version": "1.0.4", "version": "1.0.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"homecontrol-control-base": { "homecontrol-control-base": {
"version": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git#b7ed807affe888d61efd9dbff3d55bcc128215b7", "version": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git#b7ed807affe888d61efd9dbff3d55bcc128215b7",
"from": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
"requires": { "requires": {
"merge-options": "1.0.1", "merge-options": "^1.0.1",
"node-object-hash": "1.4.2" "node-object-hash": "^1.4.1"
} }
}, },
"is-plain-obj": { "is-plain-obj": {
@ -17,16 +18,16 @@
"integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
}, },
"magic-home": { "magic-home": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/magic-home/-/magic-home-2.0.1.tgz", "resolved": "https://registry.npmjs.org/magic-home/-/magic-home-2.0.2.tgz",
"integrity": "sha512-nC2XB9ENZf4afGJFvTnKKqxx+xuFOE1TjKVYiSY9B5aSkE88Z4Q5bYeVihoTEG8r8pOEZSYHnuLIi2tPXwsCwg==" "integrity": "sha512-QrbUYxYlHQfK7ixsMYro2H8gjbATHvZJkLWKO+RwGMvmT7x2SKqltJeQsjxmsFk/xQN/MB9jfLWyVaj4nBFBAA=="
}, },
"merge-options": { "merge-options": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-options/-/merge-options-1.0.1.tgz", "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-1.0.1.tgz",
"integrity": "sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==", "integrity": "sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==",
"requires": { "requires": {
"is-plain-obj": "1.1.0" "is-plain-obj": "^1.1"
} }
}, },
"node-object-hash": { "node-object-hash": {

View File

@ -14,6 +14,6 @@
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git", "homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
"magic-home": "^2.0.1" "magic-home": "^2.0.2"
} }
} }