@iobroker/dm-gui-components 9.1.0 → 9.1.1
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 +4 -4
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.1 (2026-06-13)
|
|
90
|
+
- (@GermanBluefox) Updated packages
|
|
91
|
+
|
|
89
92
|
### 9.1.0 (2026-06-06)
|
|
90
93
|
- (@GermanBluefox) Replaced the instance selector with a root page that shows all instances as cards; the toolbar shows a back arrow to return to the root page
|
|
91
94
|
- (@GermanBluefox) Updated packages
|
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.1",
|
|
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.9",
|
|
56
|
+
"@iobroker/json-config": "^8.4.7"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@alcalzone/release-script": "^5.2.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@iobroker/dm-utils": "^3.0.19",
|
|
63
63
|
"@iobroker/dm-utils-v1": "npm:@iobroker/dm-utils@^1.0.16",
|
|
64
64
|
"@iobroker/eslint-config": "^2.2.0",
|
|
65
|
-
"@types/react": "^18.3.
|
|
65
|
+
"@types/react": "^18.3.31",
|
|
66
66
|
"@types/react-dom": "^18.3.7",
|
|
67
67
|
"react": "^18.3.1",
|
|
68
68
|
"react-dom": "^18.3.1",
|