@kentico/xperience-admin-base 22.2.3 → 22.3.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/dist/entry.js +8 -8
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-base",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.3.1",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@kentico/xperience-admin-components": "22.
|
|
19
|
+
"@kentico/xperience-admin-components": "22.3.1",
|
|
20
20
|
"@react-aria/focus": "^3.8.0",
|
|
21
21
|
"@react-aria/visually-hidden": "^3.4.1",
|
|
22
|
-
"classnames": "^2.3.
|
|
22
|
+
"classnames": "^2.3.2",
|
|
23
23
|
"history": "^5.3.0",
|
|
24
24
|
"react": "^18.2.0",
|
|
25
25
|
"react-cool-inview": "^3.0.1",
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
"react-select-async-paginate": "^0.6.2",
|
|
32
32
|
"use-debounce": "^8.0.4",
|
|
33
33
|
"use-resize-observer": "9.0.2",
|
|
34
|
-
"uuid": "^
|
|
34
|
+
"uuid": "^9.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.
|
|
37
|
+
"@babel/core": "^7.19.3",
|
|
38
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
39
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
40
|
+
"@babel/preset-env": "^7.19.3",
|
|
41
41
|
"@babel/preset-react": "^7.18.6",
|
|
42
42
|
"@babel/preset-typescript": "^7.18.6",
|
|
43
|
-
"@babel/runtime": "^7.
|
|
43
|
+
"@babel/runtime": "^7.19.0",
|
|
44
44
|
"@testing-library/jest-dom": "^5.16.5",
|
|
45
|
-
"@testing-library/react": "^13.
|
|
45
|
+
"@testing-library/react": "^13.4.0",
|
|
46
46
|
"@testing-library/react-hooks": "^8.0.1",
|
|
47
47
|
"@types/dompurify": "2.3.4",
|
|
48
|
-
"@types/jest": "^29.
|
|
49
|
-
"@types/react": "^18.0.
|
|
48
|
+
"@types/jest": "^29.1.0",
|
|
49
|
+
"@types/react": "^18.0.21",
|
|
50
50
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
51
51
|
"@types/react-dom": "^18.0.6",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
55
55
|
"@types/uuid": "^8.3.4",
|
|
56
56
|
"@types/webpack-env": "^1.18.0",
|
|
57
|
-
"autoprefixer": "^10.4.
|
|
57
|
+
"autoprefixer": "^10.4.12",
|
|
58
58
|
"babel-loader": "8.2.5",
|
|
59
59
|
"cross-env": "^7.0.3",
|
|
60
60
|
"css-loader": "^6.7.1",
|
|
61
61
|
"dompurify": "2.4.0",
|
|
62
|
-
"eslint": "^8.
|
|
62
|
+
"eslint": "^8.24.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.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.31.
|
|
66
|
+
"eslint-plugin-react": "^7.31.8",
|
|
67
67
|
"file-loader": "^6.2.0",
|
|
68
|
-
"jest": "^29.
|
|
69
|
-
"jest-environment-jsdom": "29.
|
|
68
|
+
"jest": "^29.1.1",
|
|
69
|
+
"jest-environment-jsdom": "29.1.1",
|
|
70
70
|
"jest-junit": "^14.0.1",
|
|
71
71
|
"postcss": "^8.4.16",
|
|
72
72
|
"postcss-loader": "^7.0.1",
|
|
73
73
|
"prettier": "^2.7.1",
|
|
74
74
|
"react-test-renderer": "^18.2.0",
|
|
75
|
-
"sass": "^1.
|
|
75
|
+
"sass": "^1.55.0",
|
|
76
76
|
"sass-loader": "^13.0.2",
|
|
77
77
|
"style-loader": "^3.3.1",
|
|
78
|
-
"ts-jest": "29.0.
|
|
79
|
-
"typescript": "^4.8.
|
|
78
|
+
"ts-jest": "29.0.3",
|
|
79
|
+
"typescript": "^4.8.4",
|
|
80
80
|
"webpack": "^5.74.0",
|
|
81
81
|
"webpack-cli": "^4.10.0",
|
|
82
|
-
"webpack-dev-server": "^4.
|
|
82
|
+
"webpack-dev-server": "^4.11.1",
|
|
83
83
|
"webpack-merge": "^5.8.0"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|