@iobroker/adapter-react-v5 4.13.22 → 4.13.24

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 +4 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -670,7 +670,10 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
670
670
  -->
671
671
 
672
672
  ## Changelog
673
- ### 4.13.22 (2024-05-23)
673
+ ### 4.13.24 (2024-05-25)
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.22",
3
+ "version": "4.13.24",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -30,16 +30,16 @@
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.13",
34
- "@iobroker/socket-client": "^2.4.12",
35
- "@iobroker/types": "^5.0.20-alpha.0-20240522-9b71d3242",
36
- "@iobroker/js-controller-common": "^5.0.20-alpha.0-20240522-9b71d3242",
37
- "@iobroker/js-controller-common-db": "^5.0.20-alpha.0-20240522-9b71d3242",
33
+ "@iobroker/json-config": "^6.17.14",
34
+ "@iobroker/socket-client": "^2.4.13",
35
+ "@iobroker/types": "^6.0.1-alpha.0-20240524-14a872375",
36
+ "@iobroker/js-controller-common": "^6.0.1-alpha.0-20240524-14a872375",
37
+ "@iobroker/js-controller-common-db": "^6.0.1-alpha.0-20240524-14a872375",
38
38
  "@mui/icons-material": "^5.15.18",
39
39
  "@mui/material": "5.14.14",
40
40
  "@mui/styles": "5.14.14",
41
- "@mui/x-date-pickers": "^7.5.0",
42
- "@sentry/browser": "^8.3.0",
41
+ "@mui/x-date-pickers": "^7.5.1",
42
+ "@sentry/browser": "^8.4.0",
43
43
  "react-color": "^2.19.3",
44
44
  "react-colorful": "^5.6.1",
45
45
  "react-cropper": "^2.3.3",