Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 1, 2024
1 parent 4114095 commit 6b55b5d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
- create CHANGELOG file
- update LICENSE to standardise with other hb repos
- update README to standardise with other hb repos
- update dependencies

## v1.10.0 (2024-03-31)

Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
},
"homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
"dependencies": {
"axios": "^1.6.8",
"bonjour-service": "^1.2.1",
"decamelize": "^5.0.1",
"inflection": "^3.0.0",
"source-map-support": "^0.5.21"
"axios": "1.6.8",
"bonjour-service": "1.2.1",
"decamelize": "5.0.1",
"inflection": "3.0.0",
"source-map-support": "0.5.21"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"hap-nodejs": "^0.11.2",
Expand Down

0 comments on commit 6b55b5d

Please sign in to comment.