Skip to content

Commit

Permalink
Update node-red-dashboard, node-red, node-red-node-email, Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 2, 2019
1 parent 074dde1 commit ef641c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addon_files/redmatic/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"npm": "6.8.0",
"node-red": "0.19.5",
"node-red": "0.19.6",
"ain2": "3.0.0",
"node-red-node-serialport": "0.7.0",
"node-red-node-sqlite": "0.3.6",
Expand Down
4 changes: 2 additions & 2 deletions addon_files/redmatic/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {
"node-red-node-email": "1.2.0",
"node-red-node-email": "1.3.0",
"node-red-node-rbe": "0.2.4",
"node-red-dashboard": "2.13.2",
"node-red-dashboard": "2.14.0",
"node-red-contrib-ccu": "1.16.3",
"node-red-contrib-combine": "1.6.2",
"node-red-contrib-mqtt-json": "1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "redmatic",
"version": "2.8.1",
"version": "2.8.2",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:hobbyquaker/redmatic",
"private": true,
"main": "none",
"engines": {
"node": "10.15.1"
"node": "10.15.2"
},
"dependencies": {
"npm": "6.8.0",
"node-red": "0.19.5",
"node-red-dashboard": "2.13.2",
"node-red": "0.19.6",
"node-red-dashboard": "2.14.0",
"node-red-contrib-ccu": "1.16.3",
"node-red-contrib-combine": "1.6.2",
"node-red-contrib-mqtt-json": "1.0.1",
Expand All @@ -24,7 +24,7 @@
"redmatic-led": "1.0.0",
"redmatic-webapp": "0.2.1",
"redmatic-homekit": "1.9.1",
"node-red-node-email": "1.2.0",
"node-red-node-email": "1.3.0",
"node-red-node-rbe": "0.2.4",
"node-red-node-serialport": "0.7.0",
"node-red-contrib-sun-position": "0.2.4",
Expand Down

0 comments on commit ef641c4

Please sign in to comment.