Skip to content

Commit ecc4696

Browse files
authored
fix(ignore): update zigbee-herdsman-converters to 23.30.0 (#27154)
1 parent 5e5bb18 commit ecc4696

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

package.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111
"engines": {
1212
"node": "^18 || ^20 || ^22 || ^23"
1313
},
14-
"keywords": ["xiaomi", "tradfri", "hue", "bridge", "zigbee", "mqtt", "cc2531"],
14+
"keywords": [
15+
"xiaomi",
16+
"tradfri",
17+
"hue",
18+
"bridge",
19+
"zigbee",
20+
"mqtt",
21+
"cc2531"
22+
],
1523
"scripts": {
1624
"build": "tsc && node index.js writehash",
1725
"build:watch": "tsc --watch",
@@ -53,7 +61,7 @@
5361
"winston-transport": "^4.9.0",
5462
"ws": "^8.18.1",
5563
"zigbee-herdsman": "3.5.2",
56-
"zigbee-herdsman-converters": "23.29.0",
64+
"zigbee-herdsman-converters": "23.30.0",
5765
"zigbee2mqtt-frontend": "0.9.9"
5866
},
5967
"devDependencies": {
@@ -75,7 +83,12 @@
7583
"overrides": {
7684
"zigbee-herdsman": "$zigbee-herdsman"
7785
},
78-
"onlyBuiltDependencies": ["@biomejs/biome", "@serialport/bindings-cpp", "esbuild", "unix-dgram"]
86+
"onlyBuiltDependencies": [
87+
"@biomejs/biome",
88+
"@serialport/bindings-cpp",
89+
"esbuild",
90+
"unix-dgram"
91+
]
7992
},
8093
"bin": {
8194
"zigbee2mqtt": "cli.js"

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)