Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- Homebridge v1.8.4 or v2.0.0-beta;
- homebridge-lib v7.0.5;
- ws v8.18.0.
  • Loading branch information
ebaauw committed Aug 14, 2024
1 parent a89736b commit b9758fd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"type": "module",
"main": "index.js",
"engines": {
"homebridge": "^1.8.3",
"homebridge": "^1.8.4||^2.0.0-beta",
"node": "^20||^18",
"otgw": "5.8"
},
"dependencies": {
"homebridge-lib": "~7.0.4",
"ws": "^8.17.1"
"homebridge-lib": "~7.0.5",
"ws": "^8.18.0"
},
"scripts": {
"prepare": "standard",
Expand Down

0 comments on commit b9758fd

Please sign in to comment.