Skip to content

Commit

Permalink
Merge branch 'dev' into deps/all
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Aug 8, 2023
2 parents fc822ba + a892a1b commit e370394
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.2 as base
FROM alpine:3.18.3 as base

WORKDIR /app
RUN apk add --no-cache tzdata eudev tini nodejs
Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
},
"engines": {
"node": "^14 || ^16 || ^18 || ^19 || ^20"
"node": "^16 || ^18 || ^19 || ^20"
},
"keywords": [
"xiaomi",
Expand Down Expand Up @@ -59,8 +59,8 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"zigbee-herdsman": "0.17.2",
"zigbee-herdsman-converters": "15.54.0",
"zigbee-herdsman": "0.17.3",
"zigbee-herdsman-converters": "15.55.0",
"zigbee2mqtt-frontend": "0.6.133"
},
"devDependencies": {
Expand Down

0 comments on commit e370394

Please sign in to comment.