@iobroker/dm-gui-components 9.1.5 → 9.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -86,6 +86,9 @@ Unrecognized FA names render a **QuestionMark** icon.
|
|
|
86
86
|
-->
|
|
87
87
|
|
|
88
88
|
## Changelog
|
|
89
|
+
### 9.1.6 (2026-06-21)
|
|
90
|
+
- (@GermanBluefox) Updated packages
|
|
91
|
+
|
|
89
92
|
### 9.1.5 (2026-06-20)
|
|
90
93
|
- (@GermanBluefox) Implemented filter on different fields (name, id, type, alive, enabled, connected, etc.)
|
|
91
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/dm-gui-components",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.6",
|
|
4
4
|
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jey Cee",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/ioBroker/dm-gui-components#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@iobroker/adapter-react-v5": "^8.2.
|
|
56
|
-
"@iobroker/json-config": "^8.4.
|
|
55
|
+
"@iobroker/adapter-react-v5": "^8.2.13",
|
|
56
|
+
"@iobroker/json-config": "^8.4.11"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@alcalzone/release-script": "^5.2.1",
|