@kentico/xperience-admin-base 28.0.2 → 28.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": "28.0
|
|
3
|
+
"version": "28.1.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -25,30 +25,30 @@
|
|
|
25
25
|
"react-dnd": "^16.0.1",
|
|
26
26
|
"react-dnd-html5-backend": "^16.0.1",
|
|
27
27
|
"react-dom": "^18.2.0",
|
|
28
|
-
"react-router-dom": "^6.
|
|
28
|
+
"react-router-dom": "^6.20.1",
|
|
29
29
|
"react-select": "^5.8.0",
|
|
30
30
|
"react-select-async-paginate": "^0.7.3",
|
|
31
31
|
"use-debounce": "^10.0.0",
|
|
32
32
|
"use-resize-observer": "9.1.0",
|
|
33
33
|
"uuid": "^9.0.1",
|
|
34
|
-
"@kentico/xperience-admin-components": "28.0
|
|
34
|
+
"@kentico/xperience-admin-components": "28.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.23.
|
|
37
|
+
"@babel/core": "^7.23.6",
|
|
38
38
|
"@babel/eslint-parser": "^7.23.3",
|
|
39
|
-
"@babel/plugin-transform-runtime": "^7.23.
|
|
40
|
-
"@babel/preset-env": "^7.23.
|
|
39
|
+
"@babel/plugin-transform-runtime": "^7.23.6",
|
|
40
|
+
"@babel/preset-env": "^7.23.6",
|
|
41
41
|
"@babel/preset-react": "^7.23.3",
|
|
42
42
|
"@babel/preset-typescript": "^7.23.3",
|
|
43
|
-
"@babel/runtime": "^7.23.
|
|
44
|
-
"@testing-library/jest-dom": "^6.1.
|
|
45
|
-
"@testing-library/react": "^14.1.
|
|
43
|
+
"@babel/runtime": "^7.23.6",
|
|
44
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
45
|
+
"@testing-library/react": "^14.1.2",
|
|
46
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
47
47
|
"@types/dompurify": "3.0.5",
|
|
48
|
-
"@types/jest": "^29.5.
|
|
48
|
+
"@types/jest": "^29.5.11",
|
|
49
49
|
"@types/react": "18.0.33",
|
|
50
50
|
"@types/react-beautiful-dnd": "13.1.7",
|
|
51
|
-
"@types/react-dom": "^18.2.
|
|
51
|
+
"@types/react-dom": "^18.2.17",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
53
53
|
"@types/systemjs": "^6.13.5",
|
|
54
54
|
"@types/uuid": "^9.0.7",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"cross-env": "^7.0.3",
|
|
59
59
|
"css-loader": "^6.8.1",
|
|
60
60
|
"dompurify": "3.0.6",
|
|
61
|
-
"eslint": "^8.
|
|
62
|
-
"eslint-config-prettier": "^9.
|
|
61
|
+
"eslint": "^8.55.0",
|
|
62
|
+
"eslint-config-prettier": "^9.1.0",
|
|
63
63
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
64
64
|
"eslint-plugin-prettier": "^5.0.1",
|
|
65
65
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"jest": "^29.7.0",
|
|
68
68
|
"jest-environment-jsdom": "29.7.0",
|
|
69
69
|
"jest-junit": "^16.0.0",
|
|
70
|
-
"postcss": "^8.4.
|
|
70
|
+
"postcss": "^8.4.32",
|
|
71
71
|
"postcss-loader": "^7.3.3",
|
|
72
|
-
"prettier": "^3.
|
|
72
|
+
"prettier": "^3.1.1",
|
|
73
73
|
"react-test-renderer": "^18.2.0",
|
|
74
74
|
"sass": "^1.69.5",
|
|
75
75
|
"sass-loader": "^13.3.2",
|
|
76
76
|
"style-loader": "^3.3.3",
|
|
77
77
|
"ts-jest": "29.1.1",
|
|
78
|
-
"typescript": "^5.
|
|
78
|
+
"typescript": "^5.3.3",
|
|
79
79
|
"webpack": "^5.89.0",
|
|
80
80
|
"webpack-cli": "^5.1.4",
|
|
81
81
|
"webpack-dev-server": "^4.15.1",
|