@kentico/xperience-admin-components 30.3.2 → 30.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kentico/xperience-admin-components",
3
- "version": "30.3.2",
3
+ "version": "30.4.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -16,68 +16,68 @@
16
16
  ],
17
17
  "license": "SEE LICENSE IN LICENSE.txt",
18
18
  "dependencies": {
19
- "@amcharts/amcharts5": "5.11.1",
19
+ "@amcharts/amcharts5": "5.12.1",
20
20
  "@codemirror/lang-css": "^6.3.1",
21
21
  "@codemirror/lang-html": "^6.4.9",
22
22
  "@codemirror/lang-javascript": "^6.2.3",
23
23
  "@codemirror/lang-sql": "^6.8.0",
24
24
  "@codemirror/lang-xml": "^6.1.0",
25
25
  "@hello-pangea/dnd": "^18.0.1",
26
- "@react-aria/focus": "3.19.1",
27
- "@react-aria/interactions": "3.23.0",
28
- "@react-aria/overlays": "3.25.0",
29
- "@react-aria/radio": "3.10.11",
30
- "@react-aria/switch": "3.6.11",
31
- "@react-aria/visually-hidden": "3.8.19",
32
- "@react-stately/radio": "3.10.11",
33
- "@react-stately/toggle": "3.8.2",
26
+ "@react-aria/focus": "^3.20.2",
27
+ "@react-aria/interactions": "^3.25.0",
28
+ "@react-aria/overlays": "^3.27.0",
29
+ "@react-aria/radio": "^3.11.2",
30
+ "@react-aria/switch": "^3.7.2",
31
+ "@react-aria/visually-hidden": "^3.8.22",
32
+ "@react-stately/radio": "3.10.12",
33
+ "@react-stately/toggle": "3.8.3",
34
34
  "@tippyjs/react": "^4.2.6",
35
35
  "@uiw/react-codemirror": "^4.23.10",
36
36
  "classnames": "^2.5.1",
37
- "froala-editor": "4.3.1",
37
+ "froala-editor": "^4.5.1",
38
38
  "react": "^18.3.1",
39
- "react-datepicker": "^8.2.1",
39
+ "react-datepicker": "^8.3.0",
40
40
  "react-dnd": "^16.0.1",
41
41
  "react-dnd-html5-backend": "^16.0.1",
42
42
  "react-dom": "^18.3.1",
43
- "react-froala-wysiwyg": "4.3.1",
43
+ "react-froala-wysiwyg": "^4.5.1",
44
44
  "react-modal": "^3.16.3",
45
45
  "react-router-dom": "6.30.0",
46
- "react-textarea-autosize": "8.5.8",
46
+ "react-textarea-autosize": "8.5.9",
47
47
  "use-debounce": "^10.0.4",
48
48
  "use-resize-observer": "9.1.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@babel/core": "^7.26.10",
52
- "@babel/eslint-parser": "^7.26.10",
52
+ "@babel/eslint-parser": "^7.27.0",
53
53
  "@babel/plugin-transform-runtime": "^7.26.10",
54
54
  "@babel/preset-env": "^7.26.9",
55
55
  "@babel/preset-react": "^7.26.3",
56
- "@babel/preset-typescript": "^7.26.0",
57
- "@babel/runtime": "^7.26.10",
56
+ "@babel/preset-typescript": "^7.27.0",
57
+ "@babel/runtime": "^7.27.0",
58
58
  "@popperjs/core": "^2.11.8",
59
59
  "@svgr/cli": "^8.1.0",
60
- "@swc/core": "^1.11.10",
60
+ "@swc/core": "^1.11.21",
61
61
  "@swc/jest": "^0.2.37",
62
62
  "@testing-library/jest-dom": "^6.6.3",
63
- "@testing-library/react": "^16.2.0",
63
+ "@testing-library/react": "^16.3.0",
64
64
  "@types/jest": "^29.5.14",
65
- "@types/react": "18.3.18",
65
+ "@types/react": "18.3.20",
66
66
  "@types/react-codemirror": "^1.0.11",
67
- "@types/react-dom": "^18.3.5",
67
+ "@types/react-dom": "^18.3.6",
68
68
  "@types/react-modal": "^3.16.3",
69
69
  "@types/react-router-dom": "^5.3.3",
70
- "@types/systemjs": "^6.15.1",
70
+ "@types/systemjs": "^6.15.3",
71
71
  "@types/webpack-env": "^1.18.8",
72
72
  "autoprefixer": "^10.4.21",
73
73
  "babel-loader": "10.0.0",
74
74
  "cross-env": "^7.0.3",
75
75
  "css-loader": "^7.1.2",
76
- "dompurify": "3.2.4",
76
+ "dompurify": "3.2.5",
77
77
  "eslint": "^8.57.0",
78
- "eslint-config-prettier": "^10.1.1",
79
- "eslint-plugin-prettier": "^5.2.3",
80
- "eslint-plugin-react": "^7.37.4",
78
+ "eslint-config-prettier": "^10.1.2",
79
+ "eslint-plugin-prettier": "^5.2.6",
80
+ "eslint-plugin-react": "^7.37.5",
81
81
  "file-loader": "^6.2.0",
82
82
  "glob": "^11.0.1",
83
83
  "jest": "^29.7.0",
@@ -88,13 +88,13 @@
88
88
  "postcss-loader": "^8.1.1",
89
89
  "prettier": "^3.5.3",
90
90
  "resolve-url-loader": "^5.0.0",
91
- "sass": "1.85.1",
91
+ "sass": "1.86.3",
92
92
  "style-loader": "^4.0.0",
93
- "typescript": "5.8.2",
93
+ "typescript": "5.8.3",
94
94
  "typescript-plugin-css-modules": "^5.1.0",
95
- "webpack": "^5.98.0",
95
+ "webpack": "^5.99.5",
96
96
  "webpack-cli": "^6.0.1",
97
- "webpack-dev-server": "^5.2.0",
97
+ "webpack-dev-server": "^5.2.1",
98
98
  "webpack-merge": "^6.0.1",
99
99
  "yargs": "^17.7.2"
100
100
  },