Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 27, 2023
1 parent 362fc91 commit f344a8e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- Support for ZigBee occupancy sensor with UIID `7016`
- Support for ZigBee thermostat with UIID `7017`

### Changed

- Changed Rotation Speed characteristic for Fans from percentage to levels (#534) (@vadimpronin)
- Updated dependencies

## 12.1.0 (2023-12-16)

### Added
Expand Down
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 @@ -61,11 +61,11 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"node-persist": "^4.0.1",
"p-queue": "^8.0.1",
"websocket-as-promised": "^2.0.1",
"ws": "^8.15.1"
"ws": "^8.16.0"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit f344a8e

Please sign in to comment.