@iobroker/adapter-react-v5 0.0.2 → 0.0.3
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
|
@@ -611,10 +611,13 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
611
611
|
|
|
612
612
|
<!--
|
|
613
613
|
Placeholder for the next version (at the beginning of the line):
|
|
614
|
-
###
|
|
614
|
+
### **WORK IN PROGRESS**
|
|
615
615
|
-->
|
|
616
616
|
|
|
617
617
|
## Changelog
|
|
618
|
+
### 0.0.3 (2022-03-19)
|
|
619
|
+
* (bluefox) beta version
|
|
620
|
+
|
|
618
621
|
### 0.0.2 (2022-02-24)
|
|
619
622
|
* (bluefox) try to publish first version
|
|
620
623
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"homepage": "https://github.com/ioBroker/adapter-react-v5#readme",
|
|
27
27
|
"devDependencies": {},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sentry/browser": "^6.
|
|
30
|
-
"@sentry/integrations": "^6.
|
|
31
|
-
"@emotion/react": "^11.8.
|
|
29
|
+
"@sentry/browser": "^6.18.2",
|
|
30
|
+
"@sentry/integrations": "^6.18.2",
|
|
31
|
+
"@emotion/react": "^11.8.2",
|
|
32
32
|
"@emotion/styled": "^11.8.1",
|
|
33
|
-
"@mui/icons-material": "^5.
|
|
34
|
-
"@mui/material": "^5.
|
|
35
|
-
"@mui/styles": "^5.
|
|
33
|
+
"@mui/icons-material": "^5.5.1",
|
|
34
|
+
"@mui/material": "^5.5.1",
|
|
35
|
+
"@mui/styles": "^5.5.1",
|
|
36
36
|
"react-color": "^2.19.3",
|
|
37
37
|
"react-colorful": "^5.5.1",
|
|
38
|
-
"react-dropzone": "^
|
|
38
|
+
"react-dropzone": "^12.0.4",
|
|
39
39
|
"react-inlinesvg": "^2.3.0",
|
|
40
|
-
"@types/iobroker": "^
|
|
40
|
+
"@types/iobroker": "^4.0.1"
|
|
41
41
|
}
|
|
42
42
|
}
|