Skip to content

Commit 73dcb30

Browse files
authored
loosen types dependency (#610)
1 parent 0839b3a commit 73dcb30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ If you find errors in the definitions, e.g., function calls that should be allow
164164
Placeholder for the next version (at the beginning of the line):
165165
### **WORK IN PROGRESS**
166166
-->
167+
### **WORK IN PROGRESS**
168+
169+
- (@foxriver76) loosen `@iobroker/types` peer dependency
170+
167171
### 3.2.2 (2024-10-02)
168172

169173
- (Apollon77) Fix types

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
"typescript": "^5.6.2"
8383
},
8484
"peerDependencies": {
85-
"@iobroker/types": "^6.0.11"
85+
"@iobroker/types": ">=6.0.11"
8686
}
8787
}

0 commit comments

Comments
 (0)