@iobroker/adapter-react-v5 4.13.12 → 4.13.13
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 -7
package/README.md
CHANGED
|
@@ -670,6 +670,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
670
670
|
-->
|
|
671
671
|
|
|
672
672
|
## Changelog
|
|
673
|
+
### 4.13.13 (2024-05-09)
|
|
674
|
+
* (bluefox) Updated ioBroker types
|
|
675
|
+
|
|
673
676
|
### 4.13.12 (2024-05-06)
|
|
674
677
|
* (bluefox) All files are migrated to Typescript
|
|
675
678
|
|
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.13",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Denis Haev (bluefox)",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"@iobroker/dm-utils": "^0.1.9",
|
|
33
33
|
"@iobroker/json-config": "^6.17.6",
|
|
34
34
|
"@iobroker/socket-client": "^2.4.9",
|
|
35
|
-
"@iobroker/types": "^5.0.20-alpha.0-
|
|
35
|
+
"@iobroker/types": "^5.0.20-alpha.0-20240508-d36cddc8d",
|
|
36
36
|
"@iobroker/js-controller-common": "^5.0.20-alpha.0-20240429-12b5c7f4",
|
|
37
37
|
"@iobroker/js-controller-common-db": "^5.0.20-alpha.0-20240429-12b5c7f4",
|
|
38
|
-
"@mui/icons-material": "^5.15.
|
|
38
|
+
"@mui/icons-material": "^5.15.17",
|
|
39
39
|
"@mui/material": "5.14.14",
|
|
40
40
|
"@mui/styles": "5.14.14",
|
|
41
|
-
"@mui/x-date-pickers": "^7.3.
|
|
42
|
-
"@sentry/browser": "^7.
|
|
43
|
-
"@sentry/integrations": "^7.
|
|
41
|
+
"@mui/x-date-pickers": "^7.3.2",
|
|
42
|
+
"@sentry/browser": "^7.114.0",
|
|
43
|
+
"@sentry/integrations": "^7.114.0",
|
|
44
44
|
"react-color": "^2.19.3",
|
|
45
45
|
"react-colorful": "^5.6.1",
|
|
46
46
|
"react-cropper": "^2.3.3",
|
|
47
47
|
"react-dropzone": "^14.2.3",
|
|
48
|
-
"react-icons": "^5.1
|
|
48
|
+
"react-icons": "^5.2.1",
|
|
49
49
|
"react-inlinesvg": "4.0.3"
|
|
50
50
|
}
|
|
51
51
|
}
|