Skip to content

Commit

Permalink
- allow usage of mqtt 4 and 5 in peer dependencies
Browse files Browse the repository at this point in the history
- use 4.3.7 in dev dependencies to stay compatible with older Node versions
  • Loading branch information
mze9412 committed Aug 8, 2023
1 parent 10dbce1 commit 7006e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"lockfile-lint": "^4.10.6",
"log4js": "^6.9.1",
"moleculer-repl": "^0.7.3",
"mqtt": "^5.0.2",
"mqtt": "^4.3.7",
"msgpack5": "^6.0.2",
"nats": "^2.7.1",
"node-nats-streaming": "^0.3.2",
Expand Down Expand Up @@ -145,7 +145,7 @@
"jaeger-client": "^3.0.0",
"kafka-node": "^5.0.0",
"log4js": "^6.0.0",
"mqtt": "^5.0.2",
"mqtt": "^4.0.0 || ^5.0.0",
"msgpack5": "^5.0.0 || ^6.0.0",
"nats": "^1.0.0 || ^2.0.0",
"node-nats-streaming": "^0.0.51 || ^0.2.0 || ^0.3.0",
Expand Down

0 comments on commit 7006e9c

Please sign in to comment.