Skip to content

Commit

Permalink
update node-red, node-red-dashboard, node-red-contrib-ccu, node-red-n…
Browse files Browse the repository at this point in the history
…ode-sqlite
  • Loading branch information
hobbyquaker committed Aug 25, 2018
1 parent d727451 commit d0cbf68
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.4.0",
"node-red": "0.19.1",
"node-red": "0.19.2",
"ain2": "2.0.0"
}
}
6 changes: 3 additions & 3 deletions addon_files/redmatic/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {
"node-red-dashboard": "2.9.6",
"node-red-contrib-ccu": "1.3.0",
"node-red-dashboard": "2.9.7",
"node-red-contrib-ccu": "1.3.1",
"node-red-contrib-combine": "1.6.1",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.6.1",
"node-red-node-sqlite": "0.3.4"
"node-red-node-sqlite": "0.3.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"npm": "6.4.0",
"node-red": "0.19.1",
"node-red-dashboard": "2.9.6",
"node-red-contrib-ccu": "1.3.0",
"node-red": "0.19.2",
"node-red-dashboard": "2.9.7",
"node-red-contrib-ccu": "1.3.1",
"node-red-contrib-combine": "1.6.1",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.6.1",
Expand All @@ -21,7 +21,7 @@
"jquery": "^3.3.1",
"@fortawesome/fontawesome-free": "^5.1.0",
"ain2": "2.0.0",
"node-red-node-sqlite": "0.3.4"
"node-red-node-sqlite": "0.3.5"
},
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d0cbf68

Please sign in to comment.