@kentico/xperience-admin-base 26.6.0 → 27.0.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": "
|
|
3
|
+
"version": "27.0.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@react-aria/focus": "^3.
|
|
20
|
-
"@react-aria/visually-hidden": "^3.
|
|
19
|
+
"@react-aria/focus": "^3.14.2",
|
|
20
|
+
"@react-aria/visually-hidden": "^3.8.5",
|
|
21
21
|
"classnames": "^2.3.2",
|
|
22
22
|
"history": "^5.3.0",
|
|
23
23
|
"react": "^18.2.0",
|
|
@@ -25,62 +25,61 @@
|
|
|
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.
|
|
29
|
-
"react-select": "^5.7.
|
|
30
|
-
"react-select-async-paginate": "^0.7.
|
|
31
|
-
"use-debounce": "^9.0.
|
|
28
|
+
"react-router-dom": "^6.16.0",
|
|
29
|
+
"react-select": "^5.7.7",
|
|
30
|
+
"react-select-async-paginate": "^0.7.3",
|
|
31
|
+
"use-debounce": "^9.0.4",
|
|
32
32
|
"use-resize-observer": "9.1.0",
|
|
33
|
-
"uuid": "^9.0.
|
|
34
|
-
"@kentico/xperience-admin-components": "
|
|
33
|
+
"uuid": "^9.0.1",
|
|
34
|
+
"@kentico/xperience-admin-components": "27.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.
|
|
38
|
-
"@babel/eslint-parser": "^7.
|
|
39
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
40
|
-
"@babel/preset-env": "^7.20
|
|
41
|
-
"@babel/preset-react": "^7.
|
|
42
|
-
"@babel/preset-typescript": "^7.
|
|
43
|
-
"@babel/runtime": "^7.
|
|
44
|
-
"@testing-library/jest-dom": "^
|
|
37
|
+
"@babel/core": "^7.23.0",
|
|
38
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
39
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
40
|
+
"@babel/preset-env": "^7.22.20",
|
|
41
|
+
"@babel/preset-react": "^7.22.15",
|
|
42
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
43
|
+
"@babel/runtime": "^7.23.1",
|
|
44
|
+
"@testing-library/jest-dom": "^6.1.3",
|
|
45
45
|
"@testing-library/react": "^14.0.0",
|
|
46
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
47
|
-
"@types/dompurify": "3.0.
|
|
48
|
-
"@types/jest": "^29.
|
|
49
|
-
"@types/react": "
|
|
50
|
-
"@types/react-beautiful-dnd": "13.1.
|
|
51
|
-
"@types/react-dom": "^18.
|
|
47
|
+
"@types/dompurify": "3.0.3",
|
|
48
|
+
"@types/jest": "^29.5.5",
|
|
49
|
+
"@types/react": "18.0.33",
|
|
50
|
+
"@types/react-beautiful-dnd": "13.1.5",
|
|
51
|
+
"@types/react-dom": "^18.2.8",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
53
|
-
"@types/systemjs": "^6.13.
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"babel-loader": "9.1.2",
|
|
53
|
+
"@types/systemjs": "^6.13.3",
|
|
54
|
+
"@types/uuid": "^9.0.4",
|
|
55
|
+
"@types/webpack-env": "^1.18.2",
|
|
56
|
+
"autoprefixer": "^10.4.16",
|
|
57
|
+
"babel-loader": "9.1.3",
|
|
59
58
|
"cross-env": "^7.0.3",
|
|
60
|
-
"css-loader": "^6.
|
|
61
|
-
"dompurify": "3.0.
|
|
62
|
-
"eslint": "^8.
|
|
63
|
-
"eslint-config-prettier": "^
|
|
59
|
+
"css-loader": "^6.8.1",
|
|
60
|
+
"dompurify": "3.0.6",
|
|
61
|
+
"eslint": "^8.50.0",
|
|
62
|
+
"eslint-config-prettier": "^9.0.0",
|
|
64
63
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
65
|
-
"eslint-plugin-prettier": "^
|
|
66
|
-
"eslint-plugin-react": "^7.
|
|
64
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
65
|
+
"eslint-plugin-react": "^7.33.2",
|
|
67
66
|
"file-loader": "^6.2.0",
|
|
68
|
-
"jest": "^29.
|
|
69
|
-
"jest-environment-jsdom": "29.
|
|
70
|
-
"jest-junit": "^
|
|
71
|
-
"postcss": "^8.4.
|
|
72
|
-
"postcss-loader": "^7.
|
|
73
|
-
"prettier": "^
|
|
67
|
+
"jest": "^29.7.0",
|
|
68
|
+
"jest-environment-jsdom": "29.7.0",
|
|
69
|
+
"jest-junit": "^16.0.0",
|
|
70
|
+
"postcss": "^8.4.31",
|
|
71
|
+
"postcss-loader": "^7.3.3",
|
|
72
|
+
"prettier": "^3.0.3",
|
|
74
73
|
"react-test-renderer": "^18.2.0",
|
|
75
|
-
"sass": "^1.
|
|
76
|
-
"sass-loader": "^13.2
|
|
77
|
-
"style-loader": "^3.3.
|
|
78
|
-
"ts-jest": "29.
|
|
79
|
-
"typescript": "^5.
|
|
80
|
-
"webpack": "^5.
|
|
81
|
-
"webpack-cli": "^5.
|
|
82
|
-
"webpack-dev-server": "^4.
|
|
83
|
-
"webpack-merge": "^5.
|
|
74
|
+
"sass": "^1.68.0",
|
|
75
|
+
"sass-loader": "^13.3.2",
|
|
76
|
+
"style-loader": "^3.3.3",
|
|
77
|
+
"ts-jest": "29.1.1",
|
|
78
|
+
"typescript": "^5.2.2",
|
|
79
|
+
"webpack": "^5.88.2",
|
|
80
|
+
"webpack-cli": "^5.1.4",
|
|
81
|
+
"webpack-dev-server": "^4.15.1",
|
|
82
|
+
"webpack-merge": "^5.9.0"
|
|
84
83
|
},
|
|
85
84
|
"scripts": {
|
|
86
85
|
"start": "webpack serve --mode development",
|