@iobroker/dm-gui-components 9.1.9 → 9.1.12

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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.12 (2026-07-24)
90
+ - (@GermanBluefox) Updated packages
91
+
89
92
  ### 9.1.9 (2026-07-20)
90
93
  - (@GermanBluefox) Fixing tabs
91
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-gui-components",
3
- "version": "9.1.9",
3
+ "version": "9.1.12",
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.3.1",
56
- "@iobroker/json-config": "^8.5.3"
55
+ "@iobroker/adapter-react-v5": "^8.3.2",
56
+ "@iobroker/json-config": "^8.5.5"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@alcalzone/release-script": "^5.2.1",