master
David Kebler 2020-02-07 09:29:57 -08:00
parent da16dded9e
commit 8913b8b74c
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci/i2c-device", "name": "@uci/i2c-device",
"version": "0.1.26", "version": "0.1.27",
"description": "Device Classes for I2C Interfacing", "description": "Device Classes for I2C Interfacing",
"main": "src/device", "main": "src/device",
"scripts": { "scripts": {
@ -26,14 +26,14 @@
}, },
"homepage": "https://github.com/uCOMmandIt/i2c#readme", "homepage": "https://github.com/uCOMmandIt/i2c#readme",
"dependencies": { "dependencies": {
"@uci/base": "^0.1.32", "@uci/base": "^0.1.43",
"@uci-utils/logger": "^0.0.15" "@uci-utils/logger": "^0.0.16"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"esm": "^3.2.25", "esm": "^3.2.25",
"mocha": "^6.2.0", "mocha": "^7.0.1",
"nodemon": "^1.19.2" "nodemon": "^2.0.2"
} }
} }