@kentico/xperience-admin-base 29.3.3 → 29.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.4.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -24,26 +24,25 @@
|
|
|
24
24
|
"react-dnd": "^16.0.1",
|
|
25
25
|
"react-dnd-html5-backend": "^16.0.1",
|
|
26
26
|
"react-dom": "^18.3.1",
|
|
27
|
-
"react-router-dom": "^6.
|
|
27
|
+
"react-router-dom": "^6.26.1",
|
|
28
28
|
"react-select": "^5.8.0",
|
|
29
29
|
"react-beautiful-dnd": "^13.1.1",
|
|
30
|
-
"react-select-async-paginate": "^0.7.
|
|
31
|
-
"use-debounce": "^10.0.
|
|
30
|
+
"react-select-async-paginate": "^0.7.5",
|
|
31
|
+
"use-debounce": "^10.0.3",
|
|
32
32
|
"use-resize-observer": "9.1.0",
|
|
33
33
|
"uuid": "^10.0.0",
|
|
34
|
-
"@kentico/xperience-admin-components": "29.
|
|
34
|
+
"@kentico/xperience-admin-components": "29.4.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.
|
|
38
|
-
"@babel/eslint-parser": "^7.
|
|
37
|
+
"@babel/core": "^7.25.2",
|
|
38
|
+
"@babel/eslint-parser": "^7.25.1",
|
|
39
39
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
40
|
-
"@babel/preset-env": "^7.
|
|
40
|
+
"@babel/preset-env": "^7.25.3",
|
|
41
41
|
"@babel/preset-react": "^7.24.7",
|
|
42
42
|
"@babel/preset-typescript": "^7.24.7",
|
|
43
|
-
"@babel/runtime": "^7.
|
|
44
|
-
"@testing-library/jest-dom": "^6.4.
|
|
43
|
+
"@babel/runtime": "^7.25.0",
|
|
44
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
45
45
|
"@testing-library/react": "^16.0.0",
|
|
46
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
47
46
|
"@types/dompurify": "3.0.5",
|
|
48
47
|
"@types/jest": "^29.5.12",
|
|
49
48
|
"@types/react": "18.0.33",
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
"@types/systemjs": "^6.13.5",
|
|
54
53
|
"@types/uuid": "^10.0.0",
|
|
55
54
|
"@types/webpack-env": "^1.18.5",
|
|
56
|
-
"autoprefixer": "^10.4.
|
|
55
|
+
"autoprefixer": "^10.4.20",
|
|
57
56
|
"babel-loader": "9.1.3",
|
|
58
57
|
"cross-env": "^7.0.3",
|
|
59
58
|
"css-loader": "^7.1.2",
|
|
@@ -62,20 +61,20 @@
|
|
|
62
61
|
"eslint-config-prettier": "^9.1.0",
|
|
63
62
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
64
63
|
"eslint-plugin-prettier": "^5.2.1",
|
|
65
|
-
"eslint-plugin-react": "^7.
|
|
64
|
+
"eslint-plugin-react": "^7.35.0",
|
|
66
65
|
"file-loader": "^6.2.0",
|
|
67
66
|
"jest": "^29.7.0",
|
|
68
67
|
"jest-environment-jsdom": "29.7.0",
|
|
69
68
|
"jest-junit": "^16.0.0",
|
|
70
|
-
"postcss": "^8.4.
|
|
69
|
+
"postcss": "^8.4.41",
|
|
71
70
|
"postcss-loader": "^8.1.1",
|
|
72
71
|
"prettier": "^3.3.3",
|
|
73
72
|
"react-test-renderer": "^18.3.1",
|
|
74
73
|
"sass": "1.77.8",
|
|
75
|
-
"sass-loader": "^
|
|
74
|
+
"sass-loader": "^16.0.1",
|
|
76
75
|
"style-loader": "^4.0.0",
|
|
77
|
-
"ts-jest": "29.2.
|
|
78
|
-
"typescript": "5.4
|
|
76
|
+
"ts-jest": "29.2.4",
|
|
77
|
+
"typescript": "5.5.4",
|
|
79
78
|
"webpack": "^5.93.0",
|
|
80
79
|
"webpack-cli": "^5.1.4",
|
|
81
80
|
"webpack-dev-server": "^5.0.4",
|