@kentico/xperience-admin-base 29.0.3 → 29.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "29.0
|
|
3
|
+
"version": "29.1.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -19,44 +19,45 @@
|
|
|
19
19
|
"@react-aria/focus": "^3.15.0",
|
|
20
20
|
"@react-aria/visually-hidden": "^3.8.7",
|
|
21
21
|
"classnames": "^2.5.1",
|
|
22
|
-
"react": "^18.
|
|
22
|
+
"react": "^18.3.1",
|
|
23
23
|
"react-cool-inview": "^3.0.1",
|
|
24
24
|
"react-dnd": "^16.0.1",
|
|
25
25
|
"react-dnd-html5-backend": "^16.0.1",
|
|
26
|
-
"react-dom": "^18.
|
|
27
|
-
"react-router-dom": "^6.
|
|
26
|
+
"react-dom": "^18.3.1",
|
|
27
|
+
"react-router-dom": "^6.23.1",
|
|
28
28
|
"react-select": "^5.8.0",
|
|
29
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
29
30
|
"react-select-async-paginate": "^0.7.4",
|
|
30
31
|
"use-debounce": "^10.0.0",
|
|
31
32
|
"use-resize-observer": "9.1.0",
|
|
32
33
|
"uuid": "^9.0.1",
|
|
33
|
-
"@kentico/xperience-admin-components": "29.0
|
|
34
|
+
"@kentico/xperience-admin-components": "29.1.0"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.24.
|
|
37
|
-
"@babel/eslint-parser": "^7.24.
|
|
37
|
+
"@babel/core": "^7.24.5",
|
|
38
|
+
"@babel/eslint-parser": "^7.24.5",
|
|
38
39
|
"@babel/plugin-transform-runtime": "^7.24.3",
|
|
39
|
-
"@babel/preset-env": "^7.24.
|
|
40
|
+
"@babel/preset-env": "^7.24.5",
|
|
40
41
|
"@babel/preset-react": "^7.24.1",
|
|
41
42
|
"@babel/preset-typescript": "^7.24.1",
|
|
42
|
-
"@babel/runtime": "^7.24.
|
|
43
|
-
"@testing-library/jest-dom": "^6.4.
|
|
44
|
-
"@testing-library/react": "^15.0.
|
|
43
|
+
"@babel/runtime": "^7.24.5",
|
|
44
|
+
"@testing-library/jest-dom": "^6.4.5",
|
|
45
|
+
"@testing-library/react": "^15.0.7",
|
|
45
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
46
47
|
"@types/dompurify": "3.0.5",
|
|
47
48
|
"@types/jest": "^29.5.12",
|
|
48
49
|
"@types/react": "18.0.33",
|
|
49
50
|
"@types/react-beautiful-dnd": "13.1.8",
|
|
50
|
-
"@types/react-dom": "^18.
|
|
51
|
+
"@types/react-dom": "^18.3.0",
|
|
51
52
|
"@types/react-router-dom": "^5.3.3",
|
|
52
53
|
"@types/systemjs": "^6.13.5",
|
|
53
54
|
"@types/uuid": "^9.0.8",
|
|
54
|
-
"@types/webpack-env": "^1.18.
|
|
55
|
+
"@types/webpack-env": "^1.18.5",
|
|
55
56
|
"autoprefixer": "^10.4.19",
|
|
56
57
|
"babel-loader": "9.1.3",
|
|
57
58
|
"cross-env": "^7.0.3",
|
|
58
59
|
"css-loader": "^7.1.1",
|
|
59
|
-
"dompurify": "3.1.
|
|
60
|
+
"dompurify": "3.1.3",
|
|
60
61
|
"eslint": "^8.57.0",
|
|
61
62
|
"eslint-config-prettier": "^9.1.0",
|
|
62
63
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
@@ -69,9 +70,9 @@
|
|
|
69
70
|
"postcss": "^8.4.38",
|
|
70
71
|
"postcss-loader": "^8.1.1",
|
|
71
72
|
"prettier": "^3.2.5",
|
|
72
|
-
"react-test-renderer": "^18.
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"sass-loader": "^14.2.
|
|
73
|
+
"react-test-renderer": "^18.3.1",
|
|
74
|
+
"sass": "^1.77.1",
|
|
75
|
+
"sass-loader": "^14.2.1",
|
|
75
76
|
"style-loader": "^4.0.0",
|
|
76
77
|
"ts-jest": "29.1.2",
|
|
77
78
|
"typescript": "^5.3.3",
|