1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump included nodes versions to mathc latest

rbe, tail (and sentiment).
To close #2415
This commit is contained in:
Dave Conway-Jones 2019-12-30 15:46:08 +00:00
parent 9c1d46ff92
commit 902f477ee3
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
2 changed files with 5 additions and 5 deletions

View File

@ -54,9 +54,9 @@
"mqtt": "2.18.8", "mqtt": "2.18.8",
"multer": "1.4.2", "multer": "1.4.2",
"mustache": "3.0.2", "mustache": "3.0.2",
"node-red-node-rbe": "^0.2.5", "node-red-node-rbe": "^0.2.6",
"node-red-node-sentiment": "^0.1.4", "node-red-node-sentiment": "^0.1.6",
"node-red-node-tail": "^0.0.3", "node-red-node-tail": "^0.1.0",
"nopt": "4.0.1", "nopt": "4.0.1",
"oauth2orize": "1.11.0", "oauth2orize": "1.11.0",
"on-headers": "1.0.2", "on-headers": "1.0.2",

View File

@ -39,8 +39,8 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"node-red-node-rbe": "^0.2.5", "node-red-node-rbe": "^0.2.6",
"node-red-node-tail": "^0.0.3", "node-red-node-tail": "^0.1.0",
"nopt": "4.0.1", "nopt": "4.0.1",
"semver": "6.3.0" "semver": "6.3.0"
}, },