@iobroker/json-config 9.0.11 → 9.0.13
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1822,7 +1822,7 @@ 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.
|
|
1825
|
+
### 9.0.13 (2026-07-31)
|
|
1826
1826
|
- (@GermanBluefox) Updated packages
|
|
1827
1827
|
|
|
1828
1828
|
### 9.0.9 (2026-07-30)
|
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.13",
|
|
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.10",
|
|
41
41
|
"@module-federation/runtime": "^2.8.1",
|
|
42
42
|
"@mui/icons-material": "^9.2.0",
|
|
43
43
|
"@mui/material": "^9.2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@alcalzone/release-script": "^5.2.1",
|
|
56
|
-
"@alcalzone/release-script-plugin-license": "^5.2.
|
|
56
|
+
"@alcalzone/release-script-plugin-license": "^5.2.2",
|
|
57
57
|
"@iobroker/build-tools": "^3.0.1",
|
|
58
58
|
"@iobroker/eslint-config": "^2.3.4",
|
|
59
59
|
"@iobroker/types": "^7.2.2",
|