0.3.2 Update deps including onoff to 6.0 which fixes bug using nodejs 14
parent
62f747d992
commit
a3d23947cb
12
package.json
12
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uci/interrupt",
|
||||
"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",
|
||||
"scripts": {
|
||||
"single": "node -r esm examples/single",
|
||||
|
@ -33,17 +33,17 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "^0.0.16",
|
||||
"@uci/base": "^0.5.1",
|
||||
"@uci-utils/logger": "^0.0.18",
|
||||
"@uci/base": "^0.5.2",
|
||||
"death": "^1.1.0",
|
||||
"onoff": "^5.0.1"
|
||||
"onoff": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"fs-read-data": "^1.0.4",
|
||||
"mocha": "^7.1.1",
|
||||
"nodemon": "^2.0.2",
|
||||
"mocha": "^8.0.1",
|
||||
"nodemon": "^2.0.4",
|
||||
"ondeath": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue