@iobroker/json-config 9.0.9 → 9.0.10

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
@@ -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.10 (2026-07-31)
1826
+ - (@GermanBluefox) Updated packages
1827
+
1825
1828
  ### 9.0.9 (2026-07-30)
1826
1829
  - (@GermanBluefox) Improvement of I18n
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.9",
4
+ "version": "9.0.10",
5
5
  "author": {
6
6
  "name": "bluefox",
7
7
  "email": "dogafox@gmail.com"
@@ -37,15 +37,15 @@
37
37
  "dependencies": {
38
38
  "@emotion/react": "^11.14.0",
39
39
  "@emotion/styled": "^11.14.1",
40
- "@iobroker/gui-components": "^10.0.6",
41
- "@module-federation/runtime": "^2.8.0",
40
+ "@iobroker/gui-components": "^10.0.7",
41
+ "@module-federation/runtime": "^2.8.1",
42
42
  "@mui/icons-material": "^9.2.0",
43
43
  "@mui/material": "^9.2.0",
44
44
  "@mui/x-date-pickers": "^9.10.1",
45
45
  "crypto-js": "^4.2.0",
46
46
  "json5": "^2.2.3",
47
47
  "react": "^19.2.8",
48
- "react-ace": "^14.0.1",
48
+ "react-ace": "^15.0.0",
49
49
  "react-dom": "^19.2.8",
50
50
  "react-dropzone": "^19.1.1",
51
51
  "react-qr-code": "^2.2.0",
@@ -58,10 +58,10 @@
58
58
  "@iobroker/eslint-config": "^2.3.4",
59
59
  "@iobroker/types": "^7.2.2",
60
60
  "@types/crypto-js": "^4.2.2",
61
- "@types/node": "^26.1.1",
62
- "@types/react": "^19.2.17",
61
+ "@types/node": "^26.1.2",
62
+ "@types/react": "^19.2.18",
63
63
  "@types/react-color": "^3.0.13",
64
- "@types/react-dom": "^19.2.3",
64
+ "@types/react-dom": "^19.2.4",
65
65
  "ajv": "^8.20.0",
66
66
  "date-fns": "^4.4.0",
67
67
  "react-color": "^2.19.3",
@@ -71,8 +71,8 @@
71
71
  "overrides": {
72
72
  "react": "^19.2.8",
73
73
  "react-dom": "^19.2.8",
74
- "@types/react": "^19.2.17",
75
- "@types/react-dom": "^19.2.3"
74
+ "@types/react": "^19.2.18",
75
+ "@types/react-dom": "^19.2.4"
76
76
  },
77
77
  "files": [
78
78
  "build/",