@iobroker/json-config 9.0.14 → 9.0.16
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 +3 -3
package/README.md
CHANGED
|
@@ -1822,6 +1822,9 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
|
|
|
1822
1822
|
### **WORK IN PROGRESS**
|
|
1823
1823
|
-->
|
|
1824
1824
|
## Changelog
|
|
1825
|
+
### 9.0.16 (2026-08-03)
|
|
1826
|
+
- (@GermanBluefox) Updated packages
|
|
1827
|
+
|
|
1825
1828
|
### 9.0.14 (2026-07-31)
|
|
1826
1829
|
- (@GermanBluefox) Updated packages
|
|
1827
1830
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/json-config",
|
|
3
3
|
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
-
"version": "9.0.
|
|
4
|
+
"version": "9.0.16",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
7
7
|
"email": "dogafox@gmail.com"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@emotion/react": "^11.14.0",
|
|
39
39
|
"@emotion/styled": "^11.14.1",
|
|
40
|
-
"@iobroker/gui-components": "^10.0.
|
|
40
|
+
"@iobroker/gui-components": "^10.0.12",
|
|
41
41
|
"@module-federation/runtime": "^2.8.1",
|
|
42
42
|
"@mui/icons-material": "^9.2.0",
|
|
43
43
|
"@mui/material": "^9.2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"react": "^19.2.8",
|
|
48
48
|
"react-ace": "^15.0.0",
|
|
49
49
|
"react-dom": "^19.2.8",
|
|
50
|
-
"react-dropzone": "^
|
|
50
|
+
"react-dropzone": "^20.0.0",
|
|
51
51
|
"react-qr-code": "^2.2.0",
|
|
52
52
|
"yaml": "^2.9.0"
|
|
53
53
|
},
|