Skip to content

Commit

Permalink
update dependencies (hap-nodejs)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jul 12, 2024
1 parent b2031f6 commit 5d1d716
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 76 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.

## BETA

### Breaking Changes

- HAP-NodeJS v1.0.0 is included in this release. In v1.0.0 we have removed old deprecated code.
- Some examples can be found on the HAP-NodeJS [v1.0.0 Release Notes](https://github.com/homebridge/HAP-NodeJS/releases/tag/v1.0.0).

### Changed

- update dependencies (`axios`)
- update dev dependencies
- update dependencies (`hap-nodejs`)

## v1.10.2 (2024-04-19)

Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"source-map-support": "0.5.21"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.6.0",
"hap-nodejs": "^0.12.3-beta.11",
"hap-nodejs": "^1.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

0 comments on commit 5d1d716

Please sign in to comment.