@iobroker/gui-components 10.0.1 → 10.0.2

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 +5 -5
package/README.md CHANGED
@@ -36,7 +36,7 @@ npm create vite@latest src -- --template react-ts
36
36
  "dependencies": {
37
37
  "@emotion/react": "^11.14.0",
38
38
  "@emotion/styled": "^11.14.1",
39
- "@iobroker/gui-components": "^10.0.1",
39
+ "@iobroker/gui-components": "^10.0.2",
40
40
  "@mui/icons-material": "^9.0.1",
41
41
  "@mui/material": "^9.0.1",
42
42
  "react": "^19.2.5",
@@ -856,7 +856,7 @@ You can find the migration instructions:
856
856
  -->
857
857
 
858
858
  ## Changelog
859
- ### 10.0.1 (2026-07-25)
859
+ ### 10.0.2 (2026-07-25)
860
860
 
861
861
  - (@GermanBluefox) BREAKING: Package renamed from `@iobroker/adapter-react-v5` to `@iobroker/gui-components`
862
862
  - (@GermanBluefox) BREAKING: React19 + MUI9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/gui-components",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Shared React components (React 19 / MUI 9) to develop ioBroker interfaces. Successor of @iobroker/adapter-react-v5.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -87,14 +87,14 @@
87
87
  "@types/react-color": "^3.0.13",
88
88
  "@types/react-dom": "^19.2.3",
89
89
  "ajv": "^8.20.0",
90
- "react": "^19.2.5",
91
- "react-dom": "^19.2.5",
90
+ "react": "^19.2.8",
91
+ "react-dom": "^19.2.8",
92
92
  "ts-node": "^10.9.2",
93
93
  "typescript": "~6.0.3"
94
94
  },
95
95
  "overrides": {
96
- "react": "^19.2.5",
97
- "react-dom": "^19.2.5",
96
+ "react": "^19.2.8",
97
+ "react-dom": "^19.2.8",
98
98
  "@types/react": "^19.2.17",
99
99
  "@types/react-dom": "^19.2.3"
100
100
  }