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 3d87139 commit c0fc4e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -30,7 +30,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 @@ -60,7 +60,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^1.3.6",
"axios": "^1.4.0",
"node-persist": "^3.1.0",
"p-queue": "^7.3.4",
"websocket-as-promised": "^2.0.1",
Expand Down

0 comments on commit c0fc4e3

Please sign in to comment.