@kentico/xperience-admin-components 29.6.3 → 29.7.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/LICENSE.txt +3 -3
- package/dist/entry.d.ts +30 -1
- package/dist/entry.kxh.03d15e3a27846226e5b7.js +61 -0
- package/package.json +20 -19
- package/dist/entry.kxh.7286782a9361f944cd7f.js +0 -63
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.7.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -31,37 +31,37 @@
|
|
|
31
31
|
"@react-stately/radio": "3.9.1",
|
|
32
32
|
"@react-stately/toggle": "3.6.3",
|
|
33
33
|
"@tippyjs/react": "^4.2.6",
|
|
34
|
-
"@uiw/react-codemirror": "^4.23.
|
|
34
|
+
"@uiw/react-codemirror": "^4.23.6",
|
|
35
35
|
"classnames": "^2.5.1",
|
|
36
36
|
"froala-editor": "4.3.0",
|
|
37
37
|
"react": "^18.3.1",
|
|
38
38
|
"react-beautiful-dnd": "^13.1.1",
|
|
39
|
-
"react-datepicker": "^7.
|
|
39
|
+
"react-datepicker": "^7.5.0",
|
|
40
40
|
"react-dnd": "^16.0.1",
|
|
41
41
|
"react-dnd-html5-backend": "^16.0.1",
|
|
42
42
|
"react-dom": "^18.3.1",
|
|
43
43
|
"react-froala-wysiwyg": "4.3.0",
|
|
44
44
|
"react-modal": "^3.16.1",
|
|
45
|
-
"react-router-dom": "^6.
|
|
45
|
+
"react-router-dom": "^6.28.0",
|
|
46
46
|
"react-textarea-autosize": "8.5.4",
|
|
47
47
|
"use-debounce": "^10.0.4",
|
|
48
48
|
"use-resize-observer": "9.1.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.
|
|
52
|
-
"@babel/eslint-parser": "^7.25.
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.25.
|
|
54
|
-
"@babel/preset-env": "^7.
|
|
55
|
-
"@babel/preset-react": "^7.25.
|
|
56
|
-
"@babel/preset-typescript": "^7.
|
|
57
|
-
"@babel/runtime": "^7.
|
|
51
|
+
"@babel/core": "^7.26.0",
|
|
52
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
54
|
+
"@babel/preset-env": "^7.26.0",
|
|
55
|
+
"@babel/preset-react": "^7.25.9",
|
|
56
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
57
|
+
"@babel/runtime": "^7.26.0",
|
|
58
58
|
"@popperjs/core": "^2.11.8",
|
|
59
59
|
"@svgr/cli": "^8.1.0",
|
|
60
|
-
"@testing-library/jest-dom": "^6.
|
|
60
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
61
61
|
"@testing-library/react": "^16.0.1",
|
|
62
62
|
"@types/dompurify": "3.0.5",
|
|
63
|
-
"@types/jest": "^29.5.
|
|
64
|
-
"@types/react": "18.3.
|
|
63
|
+
"@types/jest": "^29.5.14",
|
|
64
|
+
"@types/react": "18.3.12",
|
|
65
65
|
"@types/react-beautiful-dnd": "13.1.8",
|
|
66
66
|
"@types/react-codemirror": "^1.0.11",
|
|
67
67
|
"@types/react-dom": "^18.3.1",
|
|
@@ -73,29 +73,29 @@
|
|
|
73
73
|
"babel-loader": "9.2.1",
|
|
74
74
|
"cross-env": "^7.0.3",
|
|
75
75
|
"css-loader": "^7.1.2",
|
|
76
|
-
"dompurify": "3.
|
|
76
|
+
"dompurify": "3.2.0",
|
|
77
77
|
"eslint": "^8.57.0",
|
|
78
78
|
"eslint-config-prettier": "^9.1.0",
|
|
79
79
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
80
80
|
"eslint-plugin-prettier": "^5.2.1",
|
|
81
|
-
"eslint-plugin-react": "^7.37.
|
|
81
|
+
"eslint-plugin-react": "^7.37.2",
|
|
82
82
|
"file-loader": "^6.2.0",
|
|
83
83
|
"glob": "^11.0.0",
|
|
84
84
|
"jest": "^29.7.0",
|
|
85
85
|
"jest-environment-jsdom": "29.7.0",
|
|
86
86
|
"jest-junit": "^16.0.0",
|
|
87
87
|
"plop": "^4.0.1",
|
|
88
|
-
"postcss": "^8.4.
|
|
88
|
+
"postcss": "^8.4.48",
|
|
89
89
|
"postcss-loader": "^8.1.1",
|
|
90
90
|
"prettier": "^3.3.3",
|
|
91
91
|
"react-test-renderer": "^18.3.1",
|
|
92
92
|
"resolve-url-loader": "^5.0.0",
|
|
93
|
-
"sass": "1.
|
|
93
|
+
"sass": "1.80.6",
|
|
94
94
|
"style-loader": "^4.0.0",
|
|
95
95
|
"ts-jest": "29.2.5",
|
|
96
96
|
"typescript": "5.5.4",
|
|
97
97
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
98
|
-
"webpack": "^5.
|
|
98
|
+
"webpack": "^5.96.1",
|
|
99
99
|
"webpack-cli": "^5.1.4",
|
|
100
100
|
"webpack-dev-server": "^5.1.0",
|
|
101
101
|
"webpack-merge": "^6.0.1",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|
|
105
105
|
"start": "webpack serve --mode development",
|
|
106
|
+
"start-buildlike": "webpack serve --mode development --env buildlike=true",
|
|
106
107
|
"build-icons": "svgr --out-dir src/components/Icons/components src/components/Icons/svg",
|
|
107
108
|
"dev:remote": "webpack serve --mode development --env remote",
|
|
108
109
|
"build": "webpack --mode=production",
|