Skip to content

Commit

Permalink
update node-red-dashboard, node-red-contrib-ccu
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 27, 2018
1 parent 9b27556 commit 86ac590
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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,8 +3,8 @@
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {
"node-red-dashboard": "2.9.8",
"node-red-contrib-ccu": "1.6.16",
"node-red-dashboard": "2.10.0",
"node-red-contrib-ccu": "1.6.19",
"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 Down
4 changes: 2 additions & 2 deletions addon_files/redmatic/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^4.1.1",
"@fortawesome/fontawesome-free": "^5.1.0",
"bootstrap": "^4.1.3",
"@fortawesome/fontawesome-free": "^5.4.2",
"jquery": "^3.3.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redmatic",
"version": "1.7.11",
"version": "1.7.12",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:hobbyquaker/redmatic",
"private": true,
Expand All @@ -11,15 +11,15 @@
"dependencies": {
"npm": "6.4.1",
"node-red": "0.19.4",
"node-red-dashboard": "2.9.8",
"node-red-contrib-ccu": "1.6.16",
"node-red-dashboard": "2.10.0",
"node-red-contrib-ccu": "1.6.19",
"node-red-contrib-combine": "1.6.1",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.6.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.1.1",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"@fortawesome/fontawesome-free": "^5.1.0",
"@fortawesome/fontawesome-free": "^5.4.2",
"ain2": "2.0.0",
"node-red-node-sqlite": "0.3.5",
"redmatic-led": "1.0.0",
Expand Down

0 comments on commit 86ac590

Please sign in to comment.