Skip to content

Commit

Permalink
Update npm dependencies in package.json to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed Dec 20, 2016
1 parent bf6bf8a commit ef29777
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"common": {
"name": "chromecast",
"title": "Chromecast Adapter",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"authors": ["Vegetto <iobroker@angelnu.com>"],
"desc": {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.chromecast",
"version": "1.1.1",
"version": "1.1.2",
"description": "ioBroker chromecast Adapter",
"author": {
"name": "Vegetto",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion widgets/chromecast.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.chromecast Widget-Set
version: "1.1.1"
version: "1.1.2"
Copyright 10.2015-2016 Vegetto<iobroker@angelnu.com>
-->
Expand Down
4 changes: 2 additions & 2 deletions widgets/chromecast/js/chromecast.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ioBroker.chromecast Widget-Set
version: "1.1.1"
version: "1.1.2"
Copyright 10.2015-2016 Vegetto<iobroker@angelnu.com>
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit ef29777

Please sign in to comment.