@iobroker/adapter-react-v5 6.1.8 → 6.1.9

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 +3 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -786,6 +786,9 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you
786
786
  -->
787
787
 
788
788
  ## Changelog
789
+ ### 6.1.9 (2024-08-14)
790
+ * (bluefox) Updated JSON schema
791
+
789
792
  ### 6.1.8 (2024-08-03)
790
793
  * (bluefox) Added translations
791
794
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "6.1.8",
3
+ "version": "6.1.9",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -30,19 +30,19 @@
30
30
  "@emotion/react": "^11.13.0",
31
31
  "@emotion/styled": "^11.13.0",
32
32
  "@iobroker/socket-client": "^2.4.18",
33
- "@iobroker/types": "^6.0.9",
34
- "@iobroker/js-controller-common": "^6.0.9",
35
- "@iobroker/js-controller-common-db": "^6.0.9",
36
- "@mui/icons-material": "^5.16.6",
37
- "@mui/material": "^5.16.6",
38
- "@mui/x-date-pickers": "^7.12.0",
39
- "@sentry/browser": "^8.22.0",
33
+ "@iobroker/types": "^6.0.10",
34
+ "@iobroker/js-controller-common": "^6.0.10",
35
+ "@iobroker/js-controller-common-db": "^6.0.10",
36
+ "@mui/icons-material": "^5.16.7",
37
+ "@mui/material": "^5.16.7",
38
+ "@mui/x-date-pickers": "^7.12.1",
39
+ "@sentry/browser": "^8.25.0",
40
40
  "cronstrue": "^2.50.0",
41
41
  "react-color": "^2.19.3",
42
42
  "react-colorful": "^5.6.1",
43
43
  "react-cropper": "^2.3.3",
44
44
  "react-dropzone": "^14.2.3",
45
- "react-icons": "^5.2.1",
45
+ "react-icons": "^5.3.0",
46
46
  "react-inlinesvg": "^4.1.3"
47
47
  }
48
48
  }