@iobroker/dm-gui-components 9.0.4 → 9.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ReactJS component for ioBroker device manager
2
2
 
3
- This component requires the [dm-utils](https://github.com/ioBroker/dm-utils) in adapter.
3
+ This component requires the [dm-utils](https://github.com/ioBroker/dm-utils) in an adapter.
4
4
 
5
5
  ## Usage
6
6
 
@@ -23,7 +23,7 @@ render() {
23
23
  -->
24
24
 
25
25
  ## Changelog
26
- ### 9.0.4 (2026-03-12)
26
+ ### 9.0.6 (2026-03-26)
27
27
 
28
28
  - (@GermanBluefox) Small layout optimizations for controls
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-gui-components",
3
- "version": "9.0.4",
3
+ "version": "9.0.6",
4
4
  "description": "ReactJS components to develop admin interface for ioBroker device manager.",
5
5
  "author": {
6
6
  "name": "Jey Cee",
@@ -59,7 +59,7 @@
59
59
  "@alcalzone/release-script": "^5.1.1",
60
60
  "@alcalzone/release-script-plugin-license": "^5.1.1",
61
61
  "@iobroker/build-tools": "^3.0.1",
62
- "@iobroker/dm-utils": "^3.0.0",
62
+ "@iobroker/dm-utils": "^3.0.3",
63
63
  "@iobroker/dm-utils-v1": "npm:@iobroker/dm-utils@^1.0.16",
64
64
  "@iobroker/eslint-config": "^2.2.0",
65
65
  "tsc-alias": "^1.8.16",