0.3.2 Update deps including onoff to 6.0 which fixes bug using nodejs 14

master
David Kebler 2020-07-10 12:06:51 -07:00
parent 62f747d992
commit a3d23947cb
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@uci/interrupt", "name": "@uci/interrupt",
"main": "src", "main": "src",
"version": "0.3.1", "version": "0.3.2",
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs", "description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
"scripts": { "scripts": {
"single": "node -r esm examples/single", "single": "node -r esm examples/single",
@ -33,17 +33,17 @@
}, },
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme", "homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
"dependencies": { "dependencies": {
"@uci-utils/logger": "^0.0.16", "@uci-utils/logger": "^0.0.18",
"@uci/base": "^0.5.1", "@uci/base": "^0.5.2",
"death": "^1.1.0", "death": "^1.1.0",
"onoff": "^5.0.1" "onoff": "^6.0.0"
}, },
"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"
} }
} }