chore: change sorting to prevent merge conflict when both deps are updated at the same time

This commit is contained in:
Koen Kanters
2026-03-17 20:14:34 +01:00
parent 075f87c782
commit 35567cb67f
+3 -3
View File
@@ -63,9 +63,9 @@
"winston-transport": "^4.9.0",
"ws": "^8.19.0",
"zigbee-herdsman": "10.0.2",
"zigbee-herdsman-converters": "26.20.0",
"zigbee2mqtt-frontend": "0.9.21",
"zigbee2mqtt-windfront": "2.10.0"
"zigbee2mqtt-windfront": "2.10.0",
"zigbee-herdsman-converters": "26.20.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
@@ -99,4 +99,4 @@
"optionalDependencies": {
"unix-dgram": "^2.0.7"
}
}
}