diff --git a/package.json b/package.json index 7c3c864..fc13653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uci-utils/byte", - "version": "0.2.2", + "version": "0.2.3", "description": "Byte Class and related functions", "main": "src/byte.js", "scripts": { @@ -28,12 +28,13 @@ }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { - "bitwise": "^2.0.1" + "@uci-utils/logger": "^0.0.15", + "bitwise": "^2.0.3" }, "devDependencies": { "chai": "^4.2.0", - "esm": "^3.2.4", - "mocha": "^5.2.0", - "nodemon": "^1.18.10" + "esm": "^3.2.25", + "mocha": "^6.2.0", + "nodemon": "^1.19.1" } }