@kentico/xperience-admin-base 29.1.5 → 29.2.1
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.1
|
|
3
|
+
"version": "29.2.1",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"react-select": "^5.8.0",
|
|
29
29
|
"react-beautiful-dnd": "^13.1.1",
|
|
30
30
|
"react-select-async-paginate": "^0.7.4",
|
|
31
|
-
"use-debounce": "^10.0.
|
|
31
|
+
"use-debounce": "^10.0.1",
|
|
32
32
|
"use-resize-observer": "9.1.0",
|
|
33
|
-
"uuid": "^
|
|
34
|
-
"@kentico/xperience-admin-components": "29.1
|
|
33
|
+
"uuid": "^10.0.0",
|
|
34
|
+
"@kentico/xperience-admin-components": "29.2.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.24.
|
|
38
|
-
"@babel/eslint-parser": "^7.24.
|
|
39
|
-
"@babel/plugin-transform-runtime": "^7.24.
|
|
40
|
-
"@babel/preset-env": "^7.24.
|
|
41
|
-
"@babel/preset-react": "^7.24.
|
|
42
|
-
"@babel/preset-typescript": "^7.24.
|
|
43
|
-
"@babel/runtime": "^7.24.
|
|
44
|
-
"@testing-library/jest-dom": "^6.4.
|
|
45
|
-
"@testing-library/react": "^
|
|
37
|
+
"@babel/core": "^7.24.7",
|
|
38
|
+
"@babel/eslint-parser": "^7.24.7",
|
|
39
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
40
|
+
"@babel/preset-env": "^7.24.7",
|
|
41
|
+
"@babel/preset-react": "^7.24.7",
|
|
42
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
43
|
+
"@babel/runtime": "^7.24.7",
|
|
44
|
+
"@testing-library/jest-dom": "^6.4.6",
|
|
45
|
+
"@testing-library/react": "^16.0.0",
|
|
46
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
47
47
|
"@types/dompurify": "3.0.5",
|
|
48
48
|
"@types/jest": "^29.5.12",
|
|
@@ -56,27 +56,27 @@
|
|
|
56
56
|
"autoprefixer": "^10.4.19",
|
|
57
57
|
"babel-loader": "9.1.3",
|
|
58
58
|
"cross-env": "^7.0.3",
|
|
59
|
-
"css-loader": "^7.1.
|
|
60
|
-
"dompurify": "3.1.
|
|
59
|
+
"css-loader": "^7.1.2",
|
|
60
|
+
"dompurify": "3.1.5",
|
|
61
61
|
"eslint": "^8.57.0",
|
|
62
62
|
"eslint-config-prettier": "^9.1.0",
|
|
63
63
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
64
64
|
"eslint-plugin-prettier": "^5.1.3",
|
|
65
|
-
"eslint-plugin-react": "^7.34.
|
|
65
|
+
"eslint-plugin-react": "^7.34.3",
|
|
66
66
|
"file-loader": "^6.2.0",
|
|
67
67
|
"jest": "^29.7.0",
|
|
68
68
|
"jest-environment-jsdom": "29.7.0",
|
|
69
69
|
"jest-junit": "^16.0.0",
|
|
70
70
|
"postcss": "^8.4.38",
|
|
71
71
|
"postcss-loader": "^8.1.1",
|
|
72
|
-
"prettier": "^3.2
|
|
72
|
+
"prettier": "^3.3.2",
|
|
73
73
|
"react-test-renderer": "^18.3.1",
|
|
74
|
-
"sass": "^1.77.
|
|
74
|
+
"sass": "^1.77.6",
|
|
75
75
|
"sass-loader": "^14.2.1",
|
|
76
76
|
"style-loader": "^4.0.0",
|
|
77
|
-
"ts-jest": "29.1.
|
|
78
|
-
"typescript": "^5.
|
|
79
|
-
"webpack": "^5.
|
|
77
|
+
"ts-jest": "29.1.5",
|
|
78
|
+
"typescript": "^5.4.5",
|
|
79
|
+
"webpack": "^5.92.1",
|
|
80
80
|
"webpack-cli": "^5.1.4",
|
|
81
81
|
"webpack-dev-server": "^5.0.4",
|
|
82
82
|
"webpack-merge": "^5.10.0"
|