Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- NodeJS v12.18.0 LTS;
- homebridge-lib v4.4.8;
- Lose dependency on `moment`.
  • Loading branch information
ebaauw committed Jun 13, 2020
1 parent 36b816f commit 2267f6a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"main": "index.js",
"engines": {
"homebridge": "^1.1.0",
"node": "^12.17.0"
"node": "^12.18.0"
},
"dependencies": {
"homebridge-lib": "^4.7.7",
"moment": "^2.26.0"
"homebridge-lib": "^4.7.8"
},
"scripts": {
"prepare": "standard",
Expand Down

0 comments on commit 2267f6a

Please sign in to comment.