Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fivdi committed Sep 21, 2019
1 parent 3f2094a commit 477c8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions History.md
Expand Up @@ -2,6 +2,7 @@ Unpublished
===========

* drop support for node.js v4
* update dependencies (epoll v3.0.0, ts-node v8.4.1, typescript v3.6.3)

4.1.4 - Sep 07 2019
===================
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"epoll": "^2.0.10",
"epoll": "^3.0.0",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
Expand All @@ -46,8 +46,8 @@
"mock-fs": "^4.10.1",
"mock-require": "^3.0.3",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"typescript": "^3.6.2"
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"keywords": [
"gpio",
Expand Down

0 comments on commit 477c8c4

Please sign in to comment.