Skip to content

Commit

Permalink
fix(ignore): Update dependencies (#7508)
Browse files Browse the repository at this point in the history
* fix(ignore): update dependencies

* Update sonoff.ts

* fix

---------

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk committed May 12, 2024
1 parent 162f3cd commit b53ba20
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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 @@ -48,7 +48,7 @@
"iconv-lite": "^0.6.3",
"semver": "^7.6.2",
"tar-stream": "^3.1.7",
"zigbee-herdsman": "^0.46.6"
"zigbee-herdsman": "^0.47.0"
},
"devDependencies": {
"@types/buffer-crc32": "^0.2.4",
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-tsdoc": "^0.2.17",
"fast-deep-equal": "*",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-morph": "^22.0.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion src/devices/sonoff.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Zcl} from 'zigbee-herdsman';
import BuffaloZclDataType from 'zigbee-herdsman/dist/zcl/definition/buffaloZclDataType';
import {BuffaloZclDataType} from 'zigbee-herdsman/dist/zspec/zcl/definition/enums';
import * as exposes from '../lib/exposes';
import fz from '../converters/fromZigbee';
import tz from '../converters/toZigbee';
Expand Down

0 comments on commit b53ba20

Please sign in to comment.