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" } }