Skip to content

Commit

Permalink
Update dependencies, add binary modules (#354, #343, #321, #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 9, 2020
1 parent ab30232 commit 97d3829
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 28 deletions.
20 changes: 12 additions & 8 deletions addon_files/redmatic/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@
"name": "redmatic-base",
"private": true,
"dependencies": {
"npm": "6.14.4",
"node-red": "1.0.5",
"npm": "6.14.6",
"node-red": "1.1.1",
"ain2": "3.0.0",
"node-red-node-serialport": "0.10.1",
"node-red-node-serialport": "0.10.3",
"node-red-node-sqlite": "0.4.3",
"node-red-contrib-smartmeter": "0.2.3",
"node-red-contrib-modbus": "5.10.1",
"node-red-contrib-smartmeter": "0.3.1",
"node-red-contrib-modbus": "5.13.3",
"node-red-contrib-mysensors": "3.3.1",
"node-red-contrib-rfxcom": "2.10.0",
"node-red-contrib-rfxcom": "2.11.0",
"node-red-contrib-zigbee": "0.18.2",
"node-red-contrib-johnny-five": "1.0.0-beta.1",
"node-red-contrib-enocean": "0.8.5",
"redmatic-homekit": "3.2.0",
"@node-red-contrib-themes/midnight-red": "1.3.1",
"@node-red-contrib-themes/midnight-red": "1.4.0",
"node-red-contrib-doorbird": "0.2.6",
"redmatic-canbus": "1.0.1",
"node-red-contrib-comfoair": "0.0.5"
"node-red-contrib-comfoair": "0.0.5",
"node-red-contrib-nukible": "1.0.3",
"node-red-node-discovery": "0.0.22",
"node-red-contrib-rcswitch2": "0.5.0",
"node-red-contrib-chatbot": "0.19.3"
}
}
8 changes: 4 additions & 4 deletions addon_files/redmatic/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "0.0.1",
"dependencies": {
"node-red-node-email": "1.7.8",
"node-red-node-rbe": "0.2.8",
"node-red-dashboard": "2.20.0",
"node-red-contrib-ccu": "3.1.4",
"node-red-node-rbe": "0.2.9",
"node-red-dashboard": "2.22.1",
"node-red-contrib-ccu": "3.2.0",
"node-red-contrib-combine": "1.8.1",
"node-red-contrib-sun-position": "1.0.17",
"node-red-contrib-sun-position": "1.1.3",
"redmatic-led": "1.1.0",
"redmatic-webapp": "0.3.1"
}
Expand Down
36 changes: 20 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,47 @@
{
"name": "redmatic",
"version": "5.5.3",
"version": "5.6.0-beta.0",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:rdmtc/redmatic",
"private": true,
"main": "none",
"engines": {
"node": "10.20.0"
"node": "10.21.0"
},
"dependencies": {
"npm": "0.0.0 - 6.14.4",
"node-red": "0.0.0 - 1.0.5",
"node-red-dashboard": "0.0.0 - 2.20.0",
"node-red-contrib-ccu": "0.0.0 - 3.1.4",
"npm": "0.0.0 - 6.14.6",
"node-red": "0.0.0 - 1.1.1",
"node-red-dashboard": "0.0.0 - 2.22.1",
"node-red-contrib-ccu": "0.0.0 - 3.2.0",
"node-red-contrib-combine": "0.0.0 - 1.8.1",
"bcryptjs": "0.0.0 - 2.4.3",
"bootstrap": "0.0.0 - 4.4.1",
"jquery": "0.0.0 - 3.5.0",
"@fortawesome/fontawesome-free": "0.0.0 - 5.13.0",
"bootstrap": "0.0.0 - 4.5.0",
"jquery": "0.0.0 - 3.5.1",
"@fortawesome/fontawesome-free": "0.0.0 - 5.13.1",
"ain2": "0.0.0 - 3.0.0",
"node-red-node-sqlite": "0.0.0 - 0.4.3",
"redmatic-led": "0.0.0 - 1.1.0",
"redmatic-webapp": "0.0.0 - 0.3.1",
"redmatic-homekit": "0.0.0 - 3.2.0",
"node-red-node-email": "0.0.0 - 1.7.8",
"node-red-node-rbe": "0.0.0 - 0.2.8",
"node-red-node-serialport": "0.0.0 - 0.10.1",
"node-red-contrib-sun-position": "0.0.0 - 1.0.17",
"node-red-contrib-smartmeter": "0.0.0 - 0.2.3",
"node-red-contrib-modbus": "0.0.0 - 5.10.1",
"node-red-node-rbe": "0.0.0 - 0.2.9",
"node-red-node-serialport": "0.0.0 - 0.10.3",
"node-red-contrib-sun-position": "0.0.0 - 1.1.3",
"node-red-contrib-smartmeter": "0.0.0 - 0.3.1",
"node-red-contrib-modbus": "0.0.0 - 5.13.3",
"node-red-contrib-mysensors": "0.0.0 - 3.3.1",
"node-red-contrib-rfxcom": "0.0.0 - 2.10.0",
"node-red-contrib-rfxcom": "0.0.0 - 2.11.0",
"node-red-contrib-zigbee": "0.0.0 - 0.18.2",
"node-red-contrib-johnny-five": "0.0.0 - 1.0.0-beta.1",
"node-red-contrib-enocean": "0.0.0 - 0.8.5",
"node-red-contrib-doorbird": "0.0.0 - 0.2.6",
"redmatic-canbus": "0.0.0 - 1.0.1",
"node-red-contrib-comfoair": "0.0.0 - 0.0.5",
"@node-red-contrib-themes/midnight-red": "0.0.0 - 1.3.1"
"@node-red-contrib-themes/midnight-red": "0.0.0 - 1.4.0",
"node-red-contrib-nukible": "0.0.0 - 1.0.3",
"node-red-node-discovery": "0.0.0 - 0.0.22",
"node-red-contrib-rcswitch2": "0.0.0 - 0.5.0",
"node-red-contrib-chatbot": "0.0.0 - 0.19.3"
},
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 97d3829

Please sign in to comment.