Skip to content

Commit

Permalink
bump deeps
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Sep 2, 2024
1 parent cb32fb0 commit 45b7b59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "3.1.0",
"version": "3.1.1",
"description": "Homebridge plugin to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
Expand All @@ -28,8 +28,8 @@
"LICENSE"
],
"engines": {
"node": ">=18.0.0",
"homebridge": ">=1.8.0"
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1, || ^22.7.0"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.3",
Expand All @@ -40,7 +40,7 @@
"uuid": "^10.0.0",
"ping": "^0.4.4",
"express": "^4.19.2",
"axios": "^1.7.5"
"axios": "^1.7.7"
},
"keywords": [
"homebridge",
Expand Down

0 comments on commit 45b7b59

Please sign in to comment.