@kentico/xperience-admin-components 22.3.1 → 23.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 +11 -0
- package/dist/entry.js +13 -13
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,23 +16,23 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@codemirror/lang-css": "^6.0.
|
|
20
|
-
"@codemirror/lang-html": "^6.1.
|
|
21
|
-
"@codemirror/lang-javascript": "^6.1.
|
|
22
|
-
"@codemirror/lang-sql": "^6.3.
|
|
23
|
-
"@codemirror/lang-xml": "^6.0.
|
|
24
|
-
"@react-aria/focus": "^3.
|
|
25
|
-
"@react-aria/interactions": "^3.
|
|
26
|
-
"@react-aria/overlays": "^3.
|
|
27
|
-
"@react-aria/radio": "^3.
|
|
28
|
-
"@react-aria/switch": "^3.2.
|
|
29
|
-
"@react-aria/visually-hidden": "^3.
|
|
30
|
-
"@react-stately/radio": "^3.
|
|
31
|
-
"@react-stately/toggle": "^3.4.
|
|
19
|
+
"@codemirror/lang-css": "^6.0.1",
|
|
20
|
+
"@codemirror/lang-html": "^6.1.3",
|
|
21
|
+
"@codemirror/lang-javascript": "^6.1.1",
|
|
22
|
+
"@codemirror/lang-sql": "^6.3.2",
|
|
23
|
+
"@codemirror/lang-xml": "^6.0.1",
|
|
24
|
+
"@react-aria/focus": "^3.9.0",
|
|
25
|
+
"@react-aria/interactions": "^3.12.0",
|
|
26
|
+
"@react-aria/overlays": "^3.11.0",
|
|
27
|
+
"@react-aria/radio": "^3.4.0",
|
|
28
|
+
"@react-aria/switch": "^3.2.4",
|
|
29
|
+
"@react-aria/visually-hidden": "^3.5.0",
|
|
30
|
+
"@react-stately/radio": "^3.6.0",
|
|
31
|
+
"@react-stately/toggle": "^3.4.2",
|
|
32
32
|
"@tippyjs/react": "^4.2.6",
|
|
33
|
-
"@uiw/react-codemirror": "^4.12.
|
|
33
|
+
"@uiw/react-codemirror": "^4.12.4",
|
|
34
34
|
"classnames": "^2.3.2",
|
|
35
|
-
"froala-editor": "4.0.
|
|
35
|
+
"froala-editor": "4.0.15",
|
|
36
36
|
"history": "^5.3.0",
|
|
37
37
|
"react": "^18.2.0",
|
|
38
38
|
"react-beautiful-dnd": "^13.1.1",
|
|
@@ -40,32 +40,32 @@
|
|
|
40
40
|
"react-dnd": "^15.1.2",
|
|
41
41
|
"react-dnd-html5-backend": "^15.1.3",
|
|
42
42
|
"react-dom": "^18.2.0",
|
|
43
|
-
"react-froala-wysiwyg": "4.0.
|
|
44
|
-
"react-modal": "^3.
|
|
43
|
+
"react-froala-wysiwyg": "4.0.15",
|
|
44
|
+
"react-modal": "^3.16.1",
|
|
45
45
|
"react-router-dom": "6.3.0",
|
|
46
46
|
"react-textarea-autosize": "^8.3.4",
|
|
47
47
|
"use-debounce": "^8.0.4",
|
|
48
48
|
"use-resize-observer": "9.0.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.19.
|
|
51
|
+
"@babel/core": "^7.19.6",
|
|
52
52
|
"@babel/eslint-parser": "^7.19.1",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.19.
|
|
54
|
-
"@babel/preset-env": "^7.19.
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
54
|
+
"@babel/preset-env": "^7.19.4",
|
|
55
55
|
"@babel/preset-react": "^7.18.6",
|
|
56
56
|
"@babel/preset-typescript": "^7.18.6",
|
|
57
|
-
"@babel/runtime": "^7.19.
|
|
58
|
-
"@svgr/cli": "^6.
|
|
57
|
+
"@babel/runtime": "^7.19.4",
|
|
58
|
+
"@svgr/cli": "^6.5.0",
|
|
59
59
|
"@testing-library/jest-dom": "^5.16.5",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@testing-library/react-hooks": "^8.0.1",
|
|
62
62
|
"@types/dompurify": "2.3.4",
|
|
63
|
-
"@types/jest": "^29.
|
|
64
|
-
"@types/react": "^18.0.
|
|
63
|
+
"@types/jest": "^29.2.0",
|
|
64
|
+
"@types/react": "^18.0.22",
|
|
65
65
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
66
66
|
"@types/react-codemirror": "^1.0.7",
|
|
67
67
|
"@types/react-datepicker": "^4.4.2",
|
|
68
|
-
"@types/react-dom": "^18.0.
|
|
68
|
+
"@types/react-dom": "^18.0.7",
|
|
69
69
|
"@types/react-modal": "^3.13.1",
|
|
70
70
|
"@types/react-router-dom": "^5.3.3",
|
|
71
71
|
"@types/systemjs": "^6.1.1",
|
|
@@ -76,18 +76,18 @@
|
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
77
|
"css-loader": "^6.7.1",
|
|
78
78
|
"dompurify": "2.4.0",
|
|
79
|
-
"eslint": "^8.
|
|
79
|
+
"eslint": "^8.26.0",
|
|
80
80
|
"eslint-config-prettier": "^8.5.0",
|
|
81
81
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
82
82
|
"eslint-plugin-prettier": "^4.2.1",
|
|
83
|
-
"eslint-plugin-react": "^7.31.
|
|
83
|
+
"eslint-plugin-react": "^7.31.10",
|
|
84
84
|
"file-loader": "^6.2.0",
|
|
85
85
|
"glob": "^8.0.3",
|
|
86
|
-
"jest": "^29.
|
|
87
|
-
"jest-environment-jsdom": "29.
|
|
86
|
+
"jest": "^29.2.2",
|
|
87
|
+
"jest-environment-jsdom": "29.2.2",
|
|
88
88
|
"jest-junit": "^14.0.1",
|
|
89
89
|
"plop": "^3.1.1",
|
|
90
|
-
"postcss": "^8.4.
|
|
90
|
+
"postcss": "^8.4.18",
|
|
91
91
|
"postcss-loader": "^7.0.1",
|
|
92
92
|
"prettier": "^2.7.1",
|
|
93
93
|
"react-test-renderer": "^18.2.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"webpack-cli": "^4.10.0",
|
|
102
102
|
"webpack-dev-server": "^4.11.1",
|
|
103
103
|
"webpack-merge": "^5.8.0",
|
|
104
|
-
"yargs": "^17.
|
|
104
|
+
"yargs": "^17.6.0"
|
|
105
105
|
},
|
|
106
106
|
"scripts": {
|
|
107
107
|
"start": "webpack serve --mode development",
|