0.5.3 update deps

master
David Kebler 2020-07-21 13:54:48 -07:00
parent eee7a8f11e
commit cf1182d805
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci/base",
"version": "0.5.2",
"version": "0.5.3",
"description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes",
"main": "src/base",
"scripts": {
@ -45,12 +45,12 @@
"dependencies": {
"@uci-utils/bind-funcs": "^0.2.4",
"@uci-utils/logger": "^0.0.18",
"@uci-utils/ready": "^0.3.0",
"@uci-utils/ready": "^0.3.1",
"@uci/mqtt": "^0.3.1",
"@uci/socket": "^0.3.1",
"@uci/socket": "^0.3.2",
"@uci/websocket": "^0.4.0",
"await-to-js": "^2.1.1",
"is-plain-object": "^3.0.1",
"merge-anything": "^3.0.3"
"is-plain-object": "^4.1.0",
"merge-anything": "^3.0.5"
}
}