@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.
- package/README.md +3 -0
- package/package.json +9 -9
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "6.1.
|
|
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.
|
|
34
|
-
"@iobroker/js-controller-common": "^6.0.
|
|
35
|
-
"@iobroker/js-controller-common-db": "^6.0.
|
|
36
|
-
"@mui/icons-material": "^5.16.
|
|
37
|
-
"@mui/material": "^5.16.
|
|
38
|
-
"@mui/x-date-pickers": "^7.12.
|
|
39
|
-
"@sentry/browser": "^8.
|
|
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.
|
|
45
|
+
"react-icons": "^5.3.0",
|
|
46
46
|
"react-inlinesvg": "^4.1.3"
|
|
47
47
|
}
|
|
48
48
|
}
|