@iobroker/adapter-react-v5 4.13.21 → 4.13.23
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 +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -670,7 +670,10 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
670
670
|
-->
|
|
671
671
|
|
|
672
672
|
## Changelog
|
|
673
|
-
### 4.13.
|
|
673
|
+
### 4.13.23 (2024-05-24)
|
|
674
|
+
* (bluefox) Updated packages
|
|
675
|
+
*
|
|
676
|
+
* ### 4.13.22 (2024-05-23)
|
|
674
677
|
* (bluefox) Updated packages
|
|
675
678
|
|
|
676
679
|
### 4.13.20 (2024-05-22)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.23",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Denis Haev (bluefox)",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@emotion/react": "^11.11.4",
|
|
31
31
|
"@emotion/styled": "^11.11.5",
|
|
32
32
|
"@iobroker/dm-utils": "^0.1.9",
|
|
33
|
-
"@iobroker/json-config": "^6.17.
|
|
34
|
-
"@iobroker/socket-client": "^2.4.
|
|
33
|
+
"@iobroker/json-config": "^6.17.13",
|
|
34
|
+
"@iobroker/socket-client": "^2.4.13",
|
|
35
35
|
"@iobroker/types": "^5.0.20-alpha.0-20240522-9b71d3242",
|
|
36
36
|
"@iobroker/js-controller-common": "^5.0.20-alpha.0-20240522-9b71d3242",
|
|
37
37
|
"@iobroker/js-controller-common-db": "^5.0.20-alpha.0-20240522-9b71d3242",
|