Skip to content

Commit 29d25ae

Browse files
authored
fix: Make compatible with pnpm 10 (#26546)
1 parent 063aba1 commit 29d25ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.1.1-dev",
44
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
55
"main": "index.js",
6-
"packageManager": "pnpm@9.15.4",
6+
"packageManager": "pnpm@10.4.1",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
@@ -91,7 +91,13 @@
9191
"pnpm": {
9292
"overrides": {
9393
"zigbee-herdsman": "$zigbee-herdsman"
94-
}
94+
},
95+
"onlyBuiltDependencies": [
96+
"@serialport/bindings-cpp",
97+
"esbuild",
98+
"sd-notify",
99+
"unix-dgram"
100+
]
95101
},
96102
"bin": {
97103
"zigbee2mqtt": "cli.js"

0 commit comments

Comments
 (0)