Update modules in cli.
This commit is contained in:
parent
1075c7ff4a
commit
e59d165689
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
|||
"arduino": "file:lib/arduino",
|
||||
"cam": "file:lib/cam",
|
||||
"cmd": "file:lib/cmd",
|
||||
"commander": "^2.19.0",
|
||||
"commander": "^4.0.1",
|
||||
"delay": "file:../app/lib/delay",
|
||||
"device": "file:lib/device",
|
||||
"devices": "file:lib/devices",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"display": "file:lib/display",
|
||||
"exec": "file:lib/exec",
|
||||
"exit": "file:lib/exit",
|
||||
"fs-extra": "^7.0.1",
|
||||
"humanize-duration": "^3.17.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"humanize-duration": "^3.21.0",
|
||||
"intval": "file:lib/intval",
|
||||
"light": "file:lib/light",
|
||||
"log": "file:lib/log",
|
||||
|
@ -38,14 +38,14 @@
|
|||
"proj": "file:lib/proj",
|
||||
"request": "^2.88.0",
|
||||
"sequencer": "file:lib/sequencer",
|
||||
"serialport": "^7.0.2",
|
||||
"serialport": "^8.0.5",
|
||||
"settings": "file:lib/settings",
|
||||
"spawn": "file:lib/spawn",
|
||||
"systeminformation": "^4.1.1",
|
||||
"uuid": "^3.3.2",
|
||||
"systeminformation": "^4.16.0",
|
||||
"uuid": "^3.3.3",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pkg": "^4.3.7"
|
||||
"pkg": "^4.4.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue