@kentico/xperience-admin-base 23.0.9 → 24.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/dist/entry.d.ts +430 -426
- package/dist/entry.kxh.ab43db815ebc65a1bbea.js +25 -0
- package/package.json +41 -41
- package/dist/entry.js +0 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,69 +16,69 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@
|
|
20
|
-
"@react-aria/
|
|
21
|
-
"@react-aria/visually-hidden": "^3.5.0",
|
|
19
|
+
"@react-aria/focus": "^3.10.1",
|
|
20
|
+
"@react-aria/visually-hidden": "^3.6.1",
|
|
22
21
|
"classnames": "^2.3.2",
|
|
23
22
|
"history": "^5.3.0",
|
|
24
23
|
"react": "^18.2.0",
|
|
25
24
|
"react-cool-inview": "^3.0.1",
|
|
26
|
-
"react-dnd": "^
|
|
27
|
-
"react-dnd-html5-backend": "^
|
|
25
|
+
"react-dnd": "^16.0.1",
|
|
26
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
28
27
|
"react-dom": "^18.2.0",
|
|
29
28
|
"react-router-dom": "6.3.0",
|
|
30
|
-
"react-select": "^5.
|
|
31
|
-
"react-select-async-paginate": "^0.7.
|
|
32
|
-
"use-debounce": "^
|
|
33
|
-
"use-resize-observer": "9.0
|
|
34
|
-
"uuid": "^9.0.0"
|
|
29
|
+
"react-select": "^5.7.0",
|
|
30
|
+
"react-select-async-paginate": "^0.7.2",
|
|
31
|
+
"use-debounce": "^9.0.3",
|
|
32
|
+
"use-resize-observer": "9.1.0",
|
|
33
|
+
"uuid": "^9.0.0",
|
|
34
|
+
"@kentico/xperience-admin-components": "24.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.
|
|
37
|
+
"@babel/core": "^7.20.12",
|
|
38
38
|
"@babel/eslint-parser": "^7.19.1",
|
|
39
39
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
40
|
-
"@babel/preset-env": "^7.
|
|
40
|
+
"@babel/preset-env": "^7.20.2",
|
|
41
41
|
"@babel/preset-react": "^7.18.6",
|
|
42
42
|
"@babel/preset-typescript": "^7.18.6",
|
|
43
|
-
"@babel/runtime": "^7.
|
|
43
|
+
"@babel/runtime": "^7.20.7",
|
|
44
44
|
"@testing-library/jest-dom": "^5.16.5",
|
|
45
45
|
"@testing-library/react": "^13.4.0",
|
|
46
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
47
|
-
"@types/dompurify": "2.
|
|
48
|
-
"@types/jest": "^29.2.
|
|
49
|
-
"@types/react": "^18.0.
|
|
50
|
-
"@types/react-beautiful-dnd": "
|
|
51
|
-
"@types/react-dom": "^18.0.
|
|
47
|
+
"@types/dompurify": "2.4.0",
|
|
48
|
+
"@types/jest": "^29.2.6",
|
|
49
|
+
"@types/react": "^18.0.27",
|
|
50
|
+
"@types/react-beautiful-dnd": "13.1.2",
|
|
51
|
+
"@types/react-dom": "^18.0.10",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
53
|
-
"@types/systemjs": "^6.
|
|
53
|
+
"@types/systemjs": "^6.13.1",
|
|
54
54
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
55
|
-
"@types/uuid": "^
|
|
55
|
+
"@types/uuid": "^9.0.0",
|
|
56
56
|
"@types/webpack-env": "^1.18.0",
|
|
57
|
-
"autoprefixer": "^10.4.
|
|
58
|
-
"babel-loader": "
|
|
57
|
+
"autoprefixer": "^10.4.13",
|
|
58
|
+
"babel-loader": "9.1.2",
|
|
59
59
|
"cross-env": "^7.0.3",
|
|
60
|
-
"css-loader": "^6.7.
|
|
61
|
-
"dompurify": "2.4.
|
|
62
|
-
"eslint": "^8.
|
|
63
|
-
"eslint-config-prettier": "^8.
|
|
60
|
+
"css-loader": "^6.7.3",
|
|
61
|
+
"dompurify": "2.4.3",
|
|
62
|
+
"eslint": "^8.32.0",
|
|
63
|
+
"eslint-config-prettier": "^8.6.0",
|
|
64
64
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
65
65
|
"eslint-plugin-prettier": "^4.2.1",
|
|
66
|
-
"eslint-plugin-react": "^7.
|
|
66
|
+
"eslint-plugin-react": "^7.32.1",
|
|
67
67
|
"file-loader": "^6.2.0",
|
|
68
|
-
"jest": "^29.
|
|
69
|
-
"jest-environment-jsdom": "29.
|
|
70
|
-
"jest-junit": "^
|
|
71
|
-
"postcss": "^8.4.
|
|
72
|
-
"postcss-loader": "^7.0.
|
|
73
|
-
"prettier": "^2.
|
|
68
|
+
"jest": "^29.3.1",
|
|
69
|
+
"jest-environment-jsdom": "29.3.1",
|
|
70
|
+
"jest-junit": "^15.0.0",
|
|
71
|
+
"postcss": "^8.4.21",
|
|
72
|
+
"postcss-loader": "^7.0.2",
|
|
73
|
+
"prettier": "^2.8.3",
|
|
74
74
|
"react-test-renderer": "^18.2.0",
|
|
75
|
-
"sass": "^1.
|
|
76
|
-
"sass-loader": "^13.
|
|
75
|
+
"sass": "^1.57.1",
|
|
76
|
+
"sass-loader": "^13.2.0",
|
|
77
77
|
"style-loader": "^3.3.1",
|
|
78
|
-
"ts-jest": "29.0.
|
|
79
|
-
"typescript": "^4.
|
|
80
|
-
"webpack": "^5.
|
|
81
|
-
"webpack-cli": "^
|
|
78
|
+
"ts-jest": "29.0.5",
|
|
79
|
+
"typescript": "^4.9.4",
|
|
80
|
+
"webpack": "^5.75.0",
|
|
81
|
+
"webpack-cli": "^5.0.1",
|
|
82
82
|
"webpack-dev-server": "^4.11.1",
|
|
83
83
|
"webpack-merge": "^5.8.0"
|
|
84
84
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"start": "webpack serve --mode development",
|
|
87
87
|
"dev:remote": "webpack serve --mode development --env remote",
|
|
88
88
|
"build": "webpack --mode=production",
|
|
89
|
-
"typecheck": "tsc --noEmit",
|
|
89
|
+
"typecheck": "tsc --noEmit --allowJs false",
|
|
90
90
|
"analyze": "webpack --mode=production --env.analyze=true",
|
|
91
91
|
"test": "cross-env BABEL_ENV=test jest",
|
|
92
92
|
"tsc-decleration": "tsc --project tsconfig.declaration.json",
|