@iobroker/adapter-react-v5 8.2.0 → 8.2.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 +7 -1
package/README.md
CHANGED
|
@@ -690,6 +690,9 @@ You can find the migration instructions:
|
|
|
690
690
|
-->
|
|
691
691
|
|
|
692
692
|
## Changelog
|
|
693
|
+
### 8.2.1 (2026-04-18)
|
|
694
|
+
- (@GermanBluefox) Force using React 18
|
|
695
|
+
|
|
693
696
|
### 8.2.0 (2026-04-17)
|
|
694
697
|
- (@GermanBluefox) Added support for a new post-message about the theme change
|
|
695
698
|
- (@GermanBluefox) Updated packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"description": "React components to develop ioBroker interfaces with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -88,5 +88,11 @@
|
|
|
88
88
|
"react-dom": "^18.3.1",
|
|
89
89
|
"ts-node": "^10.9.2",
|
|
90
90
|
"typescript": "~5.9.3"
|
|
91
|
+
},
|
|
92
|
+
"overrides": {
|
|
93
|
+
"react": "^18.3.1",
|
|
94
|
+
"react-dom": "^18.3.1",
|
|
95
|
+
"@types/react": "^18.3.28",
|
|
96
|
+
"@types/react-dom": "^18.3.7"
|
|
91
97
|
}
|
|
92
98
|
}
|