0.1.21 updated deps
parent
b665379223
commit
70bd13e9dc
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uci/i2c-bus",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.21",
|
||||
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
|
||||
"main": "src/bus",
|
||||
"scripts": {
|
||||
|
@ -29,15 +29,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
|
||||
"optionalDependencies": {
|
||||
"i2c-bus": "^4.0.7"
|
||||
"i2c-bus": "^4.0.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci/base": "^0.1.20",
|
||||
"@uci-utils/logger": "^0.0.14",
|
||||
"@uci/base": "^0.1.25",
|
||||
"@uci-utils/logger": "^0.0.15",
|
||||
"better-try-catch": "^0.6.2",
|
||||
"pify": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esm": "^3.0.38"
|
||||
"esm": "^3.2.25"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue