@kentico/xperience-admin-base 31.0.1 → 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.js +7 -7
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
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": [
|
|
@@ -17,28 +17,28 @@
|
|
|
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.
|
|
20
|
+
"@react-aria/i18n": "^3.12.14",
|
|
21
|
+
"@react-aria/focus": "^3.21.3",
|
|
22
|
+
"@react-aria/visually-hidden": "^3.8.29",
|
|
23
23
|
"classnames": "^2.5.1",
|
|
24
24
|
"date-fns": "^4.1.0",
|
|
25
|
-
"i18next": "^25.7.
|
|
25
|
+
"i18next": "^25.7.4",
|
|
26
26
|
"react": "^18.3.1",
|
|
27
27
|
"react-cool-inview": "^3.0.1",
|
|
28
28
|
"react-dnd": "^16.0.1",
|
|
29
29
|
"react-dnd-html5-backend": "^16.0.1",
|
|
30
30
|
"react-dom": "^18.3.1",
|
|
31
31
|
"remark-gfm": "^4.0.1",
|
|
32
|
-
"react-i18next": "^16.
|
|
32
|
+
"react-i18next": "^16.5.1",
|
|
33
33
|
"react-image-crop": "^11.0.10",
|
|
34
34
|
"react-markdown": "^10.1.0",
|
|
35
|
-
"react-router-dom": "6.30.
|
|
35
|
+
"react-router-dom": "6.30.3",
|
|
36
36
|
"react-select": "^5.10.2",
|
|
37
37
|
"react-select-async-paginate": "^0.7.11",
|
|
38
38
|
"use-debounce": "^10.0.6",
|
|
39
39
|
"use-resize-observer": "9.1.0",
|
|
40
40
|
"uuid": "^13.0.0",
|
|
41
|
-
"@kentico/xperience-admin-components": "31.0
|
|
41
|
+
"@kentico/xperience-admin-components": "31.1.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "^7.28.5",
|
|
@@ -48,21 +48,21 @@
|
|
|
48
48
|
"@babel/preset-react": "^7.28.5",
|
|
49
49
|
"@babel/preset-typescript": "^7.28.5",
|
|
50
50
|
"@babel/runtime": "^7.28.4",
|
|
51
|
-
"@swc/core": "^1.15.
|
|
51
|
+
"@swc/core": "^1.15.8",
|
|
52
52
|
"@swc/jest": "^0.2.39",
|
|
53
53
|
"@testing-library/jest-dom": "^6.9.1",
|
|
54
|
-
"@testing-library/react": "^16.3.
|
|
54
|
+
"@testing-library/react": "^16.3.1",
|
|
55
55
|
"@types/jest": "^30.0.0",
|
|
56
56
|
"@types/react": "18.3.27",
|
|
57
57
|
"@types/react-dom": "^18.3.7",
|
|
58
58
|
"@types/systemjs": "^6.15.4",
|
|
59
59
|
"@types/webpack-env": "^1.18.8",
|
|
60
|
-
"autoprefixer": "^10.4.
|
|
60
|
+
"autoprefixer": "^10.4.23",
|
|
61
61
|
"babel-loader": "10.0.0",
|
|
62
62
|
"cross-env": "^10.1.0",
|
|
63
63
|
"css-loader": "^7.1.2",
|
|
64
|
-
"dompurify": "3.3.
|
|
65
|
-
"eslint": "9.39.
|
|
64
|
+
"dompurify": "3.3.1",
|
|
65
|
+
"eslint": "9.39.2",
|
|
66
66
|
"eslint-config-prettier": "^10.1.8",
|
|
67
67
|
"eslint-plugin-prettier": "^5.5.4",
|
|
68
68
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"jest-junit": "^16.0.0",
|
|
73
73
|
"postcss": "^8.5.6",
|
|
74
74
|
"postcss-loader": "^8.2.0",
|
|
75
|
-
"prettier": "^3.7.
|
|
76
|
-
"sass": "1.
|
|
75
|
+
"prettier": "^3.7.4",
|
|
76
|
+
"sass": "1.97.2",
|
|
77
77
|
"sass-loader": "^16.0.6",
|
|
78
78
|
"style-loader": "^4.0.0",
|
|
79
79
|
"typescript": "5.9.3",
|
|
80
|
-
"webpack": "^5.
|
|
80
|
+
"webpack": "^5.104.1",
|
|
81
81
|
"webpack-cli": "^6.0.1",
|
|
82
82
|
"webpack-dev-server": "^5.2.2",
|
|
83
83
|
"webpack-merge": "^6.0.1"
|