@kentico/xperience-admin-components 31.0.2 → 31.1.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/dist/entry.d.ts +8 -0
- package/dist/entry.js +144 -144
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "31.0
|
|
3
|
+
"version": "31.1.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,37 +16,37 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@amcharts/amcharts5": "5.
|
|
19
|
+
"@amcharts/amcharts5": "5.15.1",
|
|
20
20
|
"@codemirror/lang-css": "^6.3.1",
|
|
21
21
|
"@codemirror/lang-html": "^6.4.11",
|
|
22
22
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
23
23
|
"@codemirror/lang-sql": "^6.10.0",
|
|
24
24
|
"@codemirror/lang-xml": "^6.1.0",
|
|
25
25
|
"@hello-pangea/dnd": "^18.0.1",
|
|
26
|
-
"@react-aria/focus": "^3.21.
|
|
27
|
-
"@react-aria/i18n": "^3.12.
|
|
28
|
-
"@react-aria/interactions": "^3.
|
|
29
|
-
"@react-aria/overlays": "^3.
|
|
30
|
-
"@react-aria/radio": "^3.12.
|
|
31
|
-
"@react-aria/switch": "^3.7.
|
|
32
|
-
"@react-aria/visually-hidden": "^3.8.
|
|
33
|
-
"@react-stately/radio": "3.11.
|
|
34
|
-
"@react-stately/toggle": "3.9.
|
|
26
|
+
"@react-aria/focus": "^3.21.3",
|
|
27
|
+
"@react-aria/i18n": "^3.12.14",
|
|
28
|
+
"@react-aria/interactions": "^3.26.0",
|
|
29
|
+
"@react-aria/overlays": "^3.31.0",
|
|
30
|
+
"@react-aria/radio": "^3.12.3",
|
|
31
|
+
"@react-aria/switch": "^3.7.9",
|
|
32
|
+
"@react-aria/visually-hidden": "^3.8.29",
|
|
33
|
+
"@react-stately/radio": "3.11.3",
|
|
34
|
+
"@react-stately/toggle": "3.9.3",
|
|
35
35
|
"@tippyjs/react": "^4.2.6",
|
|
36
|
-
"@uiw/react-codemirror": "^4.25.
|
|
36
|
+
"@uiw/react-codemirror": "^4.25.4",
|
|
37
37
|
"classnames": "^2.5.1",
|
|
38
|
-
"froala-editor": "^
|
|
39
|
-
"i18next": "^25.7.
|
|
38
|
+
"froala-editor": "^5.0.0",
|
|
39
|
+
"i18next": "^25.7.4",
|
|
40
40
|
"react": "^18.3.1",
|
|
41
|
-
"react-aria-components": "1.
|
|
41
|
+
"react-aria-components": "1.14.0",
|
|
42
42
|
"react-datepicker": "^8.4.0",
|
|
43
43
|
"react-dnd": "^16.0.1",
|
|
44
44
|
"react-dnd-html5-backend": "^16.0.1",
|
|
45
45
|
"react-dom": "^18.3.1",
|
|
46
|
-
"react-froala-wysiwyg": "^
|
|
47
|
-
"react-i18next": "^16.
|
|
46
|
+
"react-froala-wysiwyg": "^5.0.0",
|
|
47
|
+
"react-i18next": "^16.5.1",
|
|
48
48
|
"react-modal": "^3.16.3",
|
|
49
|
-
"react-router-dom": "6.30.
|
|
49
|
+
"react-router-dom": "6.30.3",
|
|
50
50
|
"react-textarea-autosize": "8.5.9",
|
|
51
51
|
"use-debounce": "^10.0.6",
|
|
52
52
|
"use-resize-observer": "9.1.0"
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@babel/preset-env": "^7.28.5",
|
|
59
59
|
"@babel/preset-react": "^7.28.5",
|
|
60
60
|
"@babel/preset-typescript": "^7.28.5",
|
|
61
|
-
"@internationalized/date": "^3.10.
|
|
61
|
+
"@internationalized/date": "^3.10.1",
|
|
62
62
|
"@babel/runtime": "^7.28.4",
|
|
63
63
|
"@popperjs/core": "^2.11.8",
|
|
64
64
|
"@svgr/cli": "^8.1.0",
|
|
65
|
-
"@swc/core": "^1.15.
|
|
65
|
+
"@swc/core": "^1.15.8",
|
|
66
66
|
"@swc/jest": "^0.2.39",
|
|
67
67
|
"@testing-library/jest-dom": "^6.9.1",
|
|
68
|
-
"@testing-library/react": "^16.3.
|
|
68
|
+
"@testing-library/react": "^16.3.1",
|
|
69
69
|
"@types/jest": "^30.0.0",
|
|
70
70
|
"@types/react": "18.3.27",
|
|
71
71
|
"@types/react-codemirror": "^1.0.11",
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"@types/react-modal": "^3.16.3",
|
|
74
74
|
"@types/systemjs": "^6.15.4",
|
|
75
75
|
"@types/webpack-env": "^1.18.8",
|
|
76
|
-
"autoprefixer": "^10.4.
|
|
76
|
+
"autoprefixer": "^10.4.23",
|
|
77
77
|
"babel-loader": "10.0.0",
|
|
78
78
|
"cross-env": "^10.1.0",
|
|
79
79
|
"css-loader": "^7.1.2",
|
|
80
|
-
"dompurify": "3.3.
|
|
81
|
-
"eslint": "9.39.
|
|
80
|
+
"dompurify": "3.3.1",
|
|
81
|
+
"eslint": "9.39.2",
|
|
82
82
|
"eslint-config-prettier": "^10.1.8",
|
|
83
83
|
"eslint-plugin-prettier": "^5.5.4",
|
|
84
84
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"plop": "^4.0.4",
|
|
92
92
|
"postcss": "^8.5.6",
|
|
93
93
|
"postcss-loader": "^8.2.0",
|
|
94
|
-
"prettier": "^3.7.
|
|
94
|
+
"prettier": "^3.7.4",
|
|
95
95
|
"resolve-url-loader": "^5.0.0",
|
|
96
|
-
"sass": "1.
|
|
96
|
+
"sass": "1.97.2",
|
|
97
97
|
"style-loader": "^4.0.0",
|
|
98
98
|
"typescript": "5.9.3",
|
|
99
99
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
100
|
-
"webpack": "^5.
|
|
100
|
+
"webpack": "^5.104.1",
|
|
101
101
|
"webpack-cli": "^6.0.1",
|
|
102
102
|
"webpack-dev-server": "^5.2.2",
|
|
103
103
|
"webpack-merge": "^6.0.1",
|