From ef29777b9b2aa75e372f2bc3f2a84428fd3a0920 Mon Sep 17 00:00:00 2001 From: angelnu Date: Tue, 20 Dec 2016 09:23:17 +0100 Subject: [PATCH] Update npm dependencies in package.json to latest versions --- README.md | 3 +++ io-package.json | 2 +- package.json | 24 ++++++++++++------------ widgets/chromecast.html | 2 +- widgets/chromecast/js/chromecast.js | 4 ++-- 5 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 304ebc6..107bd5a 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ How to build Changelog --------- +### 1.1.2 +* (Vegetto) Update npm dependencies in package.json to latest versions + ### 1.1.1 * (Vegetto) bugfix - not playing when another chromecast playing same url * (Vegetto) added additional logs diff --git a/io-package.json b/io-package.json index 5247129..c9e0918 100644 --- a/io-package.json +++ b/io-package.json @@ -2,7 +2,7 @@ "common": { "name": "chromecast", "title": "Chromecast Adapter", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "authors": ["Vegetto "], "desc": { diff --git a/package.json b/package.json index 97c4b68..e863b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.chromecast", - "version": "1.1.1", + "version": "1.1.2", "description": "ioBroker chromecast Adapter", "author": { "name": "Vegetto", @@ -26,8 +26,8 @@ }, "dependencies": { "castv2-client": "^1.1.0", - "node-ssdp": "^2.6.5", - "multicast-dns": "^5.0.0", + "node-ssdp": "^3.0.0-beta2", + "multicast-dns": "^6.1.0", "array-find": "^1.0.0", "xtend": "^4.0.1", "dns-txt": "^2.0.0", @@ -38,15 +38,15 @@ "playlist-parser": "^0.0.12" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-replace": "^0.9.3", - "grunt-contrib-jshint": "^0.11.2", - "grunt-jscs": "^2.0.0", - "grunt-http": "^1.6.0", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-compress": "^0.13.0", - "grunt-contrib-copy": "^0.8.0", - "grunt-exec": "^0.4.6" + "grunt": "^1.0.1", + "grunt-replace": "^1.0.1", + "grunt-contrib-jshint": "^1.1.0", + "grunt-jscs": "^3.0.1", + "grunt-http": "^2.2.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-exec": "^1.0.1" }, "bugs": { "url": "https://github.com/angelnu/ioBroker.chromecast/issues" diff --git a/widgets/chromecast.html b/widgets/chromecast.html index e71cc1a..0002fd3 100644 --- a/widgets/chromecast.html +++ b/widgets/chromecast.html @@ -1,7 +1,7 @@ diff --git a/widgets/chromecast/js/chromecast.js b/widgets/chromecast/js/chromecast.js index dfac191..a7fd2af 100644 --- a/widgets/chromecast/js/chromecast.js +++ b/widgets/chromecast/js/chromecast.js @@ -1,7 +1,7 @@ /* ioBroker.chromecast Widget-Set - version: "1.1.1" + version: "1.1.2" Copyright 10.2015-2016 Vegetto @@ -142,7 +142,7 @@ function registerForDeviceUpdates($widget, ioBrokerState){ // this code can be placed directly in chromecast.html vis.binds.chromecast = { - version: "1.1.1", + version: "1.1.2", showVersion: function () { if (vis.binds.chromecast.version) { console.log('Version chromecast: ' + vis.binds.chromecast.version);