Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 21, 2018
1 parent 0b2fbdf commit a05983c
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 @@ -2,7 +2,7 @@
"name": "redmatic-base",
"private": true,
"dependencies": {
"npm": "6.1.0",
"npm": "6.2.0",
"node-red": "0.18.7"
}
}
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,10 +3,10 @@
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {
"node-red-dashboard": "2.9.5",
"node-red-contrib-ccu": "1.1.2",
"node-red-dashboard": "2.9.6",
"node-red-contrib-ccu": "1.1.3",
"node-red-contrib-combine": "1.6.1",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.5.1"
"node-red-contrib-time-range-switch": "0.6.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"node": "8.11.3"
},
"dependencies": {
"npm": "6.1.0",
"npm": "6.2.0",
"node-red": "0.18.7",
"node-red-dashboard": "2.9.5",
"node-red-contrib-ccu": "1.1.2",
"node-red-dashboard": "2.9.6",
"node-red-contrib-ccu": "1.1.3",
"node-red-contrib-combine": "1.6.1",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.5.1",
"node-red-contrib-time-range-switch": "0.6.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
Expand Down

0 comments on commit a05983c

Please sign in to comment.