@iobroker/adapter-react-v5 4.7.3 → 4.7.4

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 CHANGED
@@ -670,6 +670,10 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
670
670
  -->
671
671
 
672
672
  ## Changelog
673
+ ### 4.7.4 (2023-11-23)
674
+ * (bluefox) Updated packages
675
+ * (bluefox) Made getStates method in legacy connection compatible with new one
676
+
673
677
  ### 4.7.3 (2023-11-08)
674
678
  * (bluefox) Updated packages
675
679
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -30,18 +30,18 @@
30
30
  "@emotion/react": "^11.11.1",
31
31
  "@emotion/styled": "^11.11.0",
32
32
  "@iobroker/socket-client": "^2.3.11",
33
- "@mui/icons-material": "^5.14.16",
33
+ "@mui/icons-material": "^5.14.18",
34
34
  "@mui/material": "5.14.14",
35
35
  "@mui/styles": "5.14.14",
36
- "@mui/x-date-pickers": "^6.18.0",
37
- "@sentry/browser": "^7.79.0",
38
- "@sentry/integrations": "^7.79.0",
36
+ "@mui/x-date-pickers": "^6.18.2",
37
+ "@sentry/browser": "^7.81.1",
38
+ "@sentry/integrations": "^7.81.1",
39
39
  "@types/iobroker": "^4.0.5",
40
40
  "react-color": "^2.19.3",
41
41
  "react-colorful": "^5.6.1",
42
42
  "react-cropper": "^2.3.3",
43
43
  "react-dropzone": "^14.2.3",
44
- "react-icons": "^4.11.0",
44
+ "react-icons": "^4.12.0",
45
45
  "react-inlinesvg": "4.0.3",
46
46
  "react-text-mask": "^5.5.0"
47
47
  }