0.3.3 udpate deps

master
David Kebler 2020-07-26 15:45:03 -07:00
parent 6192601fcf
commit 3847ba8711
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@uci/mcp", "name": "@uci/mcp",
"main": "src", "main": "src",
"version": "0.3.2", "version": "0.3.3",
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus", "description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
"scripts": { "scripts": {
"outputs": "./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/outputs", "outputs": "./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/outputs",
@ -32,15 +32,15 @@
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme", "homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
"dependencies": { "dependencies": {
"@uci-utils/byte": "^0.2.3", "@uci-utils/byte": "^0.2.3",
"@uci-utils/logger": "0.0.16", "@uci-utils/logger": "0.0.18",
"@uci/i2c-device": "^0.3.1" "@uci/i2c-device": "^0.3.1"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"esm": "^3.2.25", "esm": "^3.2.25",
"fs-read-data": "^1.0.4", "fs-read-data": "^1.0.4",
"mocha": "^7.1.1", "mocha": "^8.0.1",
"nodemon": "^2.0.2", "nodemon": "^2.0.4",
"ondeath": "^1.0.0" "ondeath": "^1.0.0"
} }
} }