From 979cec58c83f166e0c42df5ff5a341a34e3b2622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Sun, 28 Apr 2024 10:02:16 +0200 Subject: [PATCH] node.js >= 18, js-controller >= 5 --- io-package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/io-package.json b/io-package.json index 6a16348..4f7411e 100644 --- a/io-package.json +++ b/io-package.json @@ -138,7 +138,7 @@ "materialize": true, "dependencies": [ { - "js-controller": ">=2.0.0" + "js-controller": ">=5.0.0" } ], "plugins": { diff --git a/package.json b/package.json index 55a2102..53e6852 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/rg-engineering/ioBroker.ebus" }, "engines": { - "node": ">= 16" + "node": ">= 18" }, "dependencies": { "@iobroker/adapter-core": "3.1.4",