@kentico/xperience-admin-base 31.3.3 → 31.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/dist/entry.d.ts +30 -20
- package/dist/entry.js +6 -6
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.4.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -20,36 +20,36 @@
|
|
|
20
20
|
"@react-aria/i18n": "^3.12.16",
|
|
21
21
|
"@react-aria/focus": "^3.21.5",
|
|
22
22
|
"@react-aria/visually-hidden": "^3.8.31",
|
|
23
|
-
"@tanstack/react-virtual": "^3.13.
|
|
23
|
+
"@tanstack/react-virtual": "^3.13.23",
|
|
24
24
|
"classnames": "^2.5.1",
|
|
25
25
|
"date-fns": "^4.1.0",
|
|
26
|
-
"i18next": "^25.
|
|
26
|
+
"i18next": "^25.10.10",
|
|
27
27
|
"react": "^18.3.1",
|
|
28
28
|
"react-cool-inview": "^3.0.1",
|
|
29
29
|
"react-dnd": "^16.0.1",
|
|
30
30
|
"react-dnd-html5-backend": "^16.0.1",
|
|
31
31
|
"react-dom": "^18.3.1",
|
|
32
32
|
"remark-gfm": "^4.0.1",
|
|
33
|
-
"react-i18next": "^16.
|
|
33
|
+
"react-i18next": "^16.6.6",
|
|
34
34
|
"react-image-crop": "^11.0.10",
|
|
35
35
|
"react-markdown": "^10.1.0",
|
|
36
36
|
"react-router-dom": "6.30.3",
|
|
37
37
|
"react-select": "^5.10.2",
|
|
38
38
|
"react-select-async-paginate": "^0.7.11",
|
|
39
|
-
"use-debounce": "^10.1.
|
|
39
|
+
"use-debounce": "^10.1.1",
|
|
40
40
|
"use-resize-observer": "9.1.0",
|
|
41
41
|
"uuid": "^13.0.0",
|
|
42
|
-
"@kentico/xperience-admin-components": "31.
|
|
42
|
+
"@kentico/xperience-admin-components": "31.4.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.29.0",
|
|
46
46
|
"@babel/eslint-parser": "^7.28.6",
|
|
47
47
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
48
|
-
"@babel/preset-env": "^7.29.
|
|
48
|
+
"@babel/preset-env": "^7.29.2",
|
|
49
49
|
"@babel/preset-react": "^7.28.5",
|
|
50
50
|
"@babel/preset-typescript": "^7.28.5",
|
|
51
|
-
"@babel/runtime": "^7.
|
|
52
|
-
"@swc/core": "^1.15.
|
|
51
|
+
"@babel/runtime": "^7.29.2",
|
|
52
|
+
"@swc/core": "^1.15.24",
|
|
53
53
|
"@swc/jest": "^0.2.39",
|
|
54
54
|
"@testing-library/jest-dom": "^6.9.1",
|
|
55
55
|
"@testing-library/react": "^16.3.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"babel-loader": "10.1.1",
|
|
63
63
|
"cross-env": "^10.1.0",
|
|
64
64
|
"css-loader": "^7.1.4",
|
|
65
|
-
"dompurify": "3.3.
|
|
65
|
+
"dompurify": "3.3.3",
|
|
66
66
|
"eslint": "9.39.3",
|
|
67
67
|
"eslint-config-prettier": "^10.1.8",
|
|
68
68
|
"eslint-plugin-prettier": "^5.5.5",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"postcss": "^8.5.8",
|
|
75
75
|
"postcss-loader": "^8.2.1",
|
|
76
76
|
"prettier": "^3.8.1",
|
|
77
|
-
"sass": "1.
|
|
77
|
+
"sass": "1.99.0",
|
|
78
78
|
"sass-loader": "^16.0.7",
|
|
79
79
|
"style-loader": "^4.0.0",
|
|
80
80
|
"typescript": "5.9.3",
|
|
81
81
|
"webpack": "^5.105.4",
|
|
82
|
-
"webpack-cli": "^
|
|
82
|
+
"webpack-cli": "^7.0.2",
|
|
83
83
|
"webpack-dev-server": "^5.2.3",
|
|
84
84
|
"webpack-merge": "^6.0.1"
|
|
85
85
|
},
|