From 73dcb30aa975122c56ede99a614a937fea6f9775 Mon Sep 17 00:00:00 2001 From: Max Hauser Date: Wed, 4 Dec 2024 13:24:40 +0100 Subject: [PATCH] loosen types dependency (#610) --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef9e19..40b7110 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ If you find errors in the definitions, e.g., function calls that should be allow Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +- (@foxriver76) loosen `@iobroker/types` peer dependency + ### 3.2.2 (2024-10-02) - (Apollon77) Fix types diff --git a/package.json b/package.json index cd8a15e..72e65fc 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,6 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@iobroker/types": "^6.0.11" + "@iobroker/types": ">=6.0.11" } }