Skip to content

Commit

Permalink
fix hb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 30, 2023
1 parent 2ea8057 commit 09535a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install"
},
"engines": {
"homebridge": "^1.6.0 || 2.0.0-beta.0",
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^16.20.0 || ^18.16.0 || ^20.0.0"
},
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^1.3.6",
"axios": "^1.4.0",
"ip": "^2.0.0",
"node-ssdp": "^4.0.1",
"p-queue": "^7.3.4",
Expand Down

0 comments on commit 09535a2

Please sign in to comment.