bump serial port and arduino nodes

This commit is contained in:
Dave Conway-Jones 2018-05-09 22:04:29 +01:00
parent 5b69ab66aa
commit dca9dfccc1
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
4 changed files with 2697 additions and 466 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-arduino",
"version" : "0.0.15",
"version" : "0.0.16",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "~0.17.0"
"firmata" : "~0.19.1"
},
"repository" : {
"type":"git",

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-serialport",
"version" : "0.6.5",
"version" : "0.6.6",
"description" : "Node-RED nodes to talk to serial ports",
"dependencies" : {
"serialport" : "^6.1.1"
"serialport" : "^6.2.0"
},
"repository" : {
"type":"git",

3151
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,12 +39,12 @@
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^0.6.1",
"mailparser": "^0.6.2",
"mocha": "~5.1.1",
"msgpack-lite": "^0.1.26",
"ngeohash": "^0.6.0",
"node-red": "0.*",
"node-red-node-test-helper": "^0.1.6",
"node-red-node-test-helper": "^0.1.7",
"nodemailer": "^4.6.4",
"poplib": "^0.1.7",
"proxyquire": "^2.0.1",