update backend package.json and topicPlot

This commit is contained in:
Sinuhe Tellez
2021-08-10 22:06:07 -04:00
parent dcf692d193
commit c1c8b9aa61
2 changed files with 9 additions and 11 deletions

View File

@@ -35,14 +35,12 @@
"sourceMap": true,
"instrument": true
},
"dependencies": {
"protobufjs": "^6.11.2",
"long": "^4.0.0"
},
"peerDependencies": {
"fs-extra": "^8.0.1",
"js-base64": "^2.5.1",
"lowdb": "^1.0.0",
"mqtt": "^3.0.0"
"mqtt": "^3.0.0",
"protobufjs": "^6.11.2",
"long": "^4.0.0"
}
}