@kentico/xperience-admin-base 31.2.2 → 31.3.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 +6 -2
- package/dist/entry.js +5 -5
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.3.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -17,20 +17,20 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@hello-pangea/dnd": "^18.0.1",
|
|
20
|
-
"@react-aria/i18n": "^3.12.
|
|
21
|
-
"@react-aria/focus": "^3.21.
|
|
22
|
-
"@react-aria/visually-hidden": "^3.8.
|
|
23
|
-
"@tanstack/react-virtual": "^3.13.
|
|
20
|
+
"@react-aria/i18n": "^3.12.16",
|
|
21
|
+
"@react-aria/focus": "^3.21.5",
|
|
22
|
+
"@react-aria/visually-hidden": "^3.8.31",
|
|
23
|
+
"@tanstack/react-virtual": "^3.13.21",
|
|
24
24
|
"classnames": "^2.5.1",
|
|
25
25
|
"date-fns": "^4.1.0",
|
|
26
|
-
"i18next": "^25.8.
|
|
26
|
+
"i18next": "^25.8.17",
|
|
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.5.
|
|
33
|
+
"react-i18next": "^16.5.6",
|
|
34
34
|
"react-image-crop": "^11.0.10",
|
|
35
35
|
"react-markdown": "^10.1.0",
|
|
36
36
|
"react-router-dom": "6.30.3",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"use-debounce": "^10.1.0",
|
|
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.3.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.29.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@babel/preset-react": "^7.28.5",
|
|
50
50
|
"@babel/preset-typescript": "^7.28.5",
|
|
51
51
|
"@babel/runtime": "^7.28.6",
|
|
52
|
-
"@swc/core": "^1.15.
|
|
52
|
+
"@swc/core": "^1.15.18",
|
|
53
53
|
"@swc/jest": "^0.2.39",
|
|
54
54
|
"@testing-library/jest-dom": "^6.9.1",
|
|
55
55
|
"@testing-library/react": "^16.3.2",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"@types/react-dom": "^18.3.7",
|
|
59
59
|
"@types/systemjs": "^6.15.4",
|
|
60
60
|
"@types/webpack-env": "^1.18.8",
|
|
61
|
-
"autoprefixer": "^10.4.
|
|
62
|
-
"babel-loader": "10.
|
|
61
|
+
"autoprefixer": "^10.4.27",
|
|
62
|
+
"babel-loader": "10.1.1",
|
|
63
63
|
"cross-env": "^10.1.0",
|
|
64
|
-
"css-loader": "^7.1.
|
|
65
|
-
"dompurify": "3.3.
|
|
66
|
-
"eslint": "9.39.
|
|
64
|
+
"css-loader": "^7.1.4",
|
|
65
|
+
"dompurify": "3.3.2",
|
|
66
|
+
"eslint": "9.39.3",
|
|
67
67
|
"eslint-config-prettier": "^10.1.8",
|
|
68
68
|
"eslint-plugin-prettier": "^5.5.5",
|
|
69
69
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"jest": "^30.0.2",
|
|
72
72
|
"jest-environment-jsdom": "29.7.0",
|
|
73
73
|
"jest-junit": "^16.0.0",
|
|
74
|
-
"postcss": "^8.5.
|
|
75
|
-
"postcss-loader": "^8.2.
|
|
74
|
+
"postcss": "^8.5.8",
|
|
75
|
+
"postcss-loader": "^8.2.1",
|
|
76
76
|
"prettier": "^3.8.1",
|
|
77
77
|
"sass": "1.97.3",
|
|
78
78
|
"sass-loader": "^16.0.7",
|
|
79
79
|
"style-loader": "^4.0.0",
|
|
80
80
|
"typescript": "5.9.3",
|
|
81
|
-
"webpack": "^5.105.
|
|
81
|
+
"webpack": "^5.105.4",
|
|
82
82
|
"webpack-cli": "^6.0.1",
|
|
83
83
|
"webpack-dev-server": "^5.2.3",
|
|
84
84
|
"webpack-merge": "^6.0.1"
|