@kentico/xperience-admin-components 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.d.ts +45 -4
- package/dist/entry.js +13 -13
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.3.1",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@codemirror/lang-css": "^6.0.0",
|
|
20
|
-
"@codemirror/lang-html": "^6.1.
|
|
21
|
-
"@codemirror/lang-javascript": "^6.0
|
|
20
|
+
"@codemirror/lang-html": "^6.1.1",
|
|
21
|
+
"@codemirror/lang-javascript": "^6.1.0",
|
|
22
22
|
"@codemirror/lang-sql": "^6.3.0",
|
|
23
23
|
"@codemirror/lang-xml": "^6.0.0",
|
|
24
24
|
"@react-aria/focus": "^3.8.0",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@react-stately/radio": "^3.5.1",
|
|
31
31
|
"@react-stately/toggle": "^3.4.1",
|
|
32
32
|
"@tippyjs/react": "^4.2.6",
|
|
33
|
-
"@uiw/react-codemirror": "^4.
|
|
34
|
-
"classnames": "^2.3.
|
|
33
|
+
"@uiw/react-codemirror": "^4.12.3",
|
|
34
|
+
"classnames": "^2.3.2",
|
|
35
35
|
"froala-editor": "4.0.14",
|
|
36
36
|
"history": "^5.3.0",
|
|
37
37
|
"react": "^18.2.0",
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"use-resize-observer": "9.0.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.
|
|
52
|
-
"@babel/eslint-parser": "^7.
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
54
|
-
"@babel/preset-env": "^7.
|
|
51
|
+
"@babel/core": "^7.19.3",
|
|
52
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
54
|
+
"@babel/preset-env": "^7.19.3",
|
|
55
55
|
"@babel/preset-react": "^7.18.6",
|
|
56
56
|
"@babel/preset-typescript": "^7.18.6",
|
|
57
|
-
"@babel/runtime": "^7.
|
|
57
|
+
"@babel/runtime": "^7.19.0",
|
|
58
58
|
"@svgr/cli": "^6.3.1",
|
|
59
59
|
"@testing-library/jest-dom": "^5.16.5",
|
|
60
|
-
"@testing-library/react": "^13.
|
|
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.1.0",
|
|
64
|
+
"@types/react": "^18.0.21",
|
|
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",
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
"@types/systemjs": "^6.1.1",
|
|
72
72
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
73
73
|
"@types/webpack-env": "^1.18.0",
|
|
74
|
-
"autoprefixer": "^10.4.
|
|
74
|
+
"autoprefixer": "^10.4.12",
|
|
75
75
|
"babel-loader": "8.2.5",
|
|
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.24.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.8",
|
|
84
84
|
"file-loader": "^6.2.0",
|
|
85
85
|
"glob": "^8.0.3",
|
|
86
|
-
"jest": "^29.
|
|
87
|
-
"jest-environment-jsdom": "29.
|
|
86
|
+
"jest": "^29.1.1",
|
|
87
|
+
"jest-environment-jsdom": "29.1.1",
|
|
88
88
|
"jest-junit": "^14.0.1",
|
|
89
89
|
"plop": "^3.1.1",
|
|
90
90
|
"postcss": "^8.4.16",
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"prettier": "^2.7.1",
|
|
93
93
|
"react-test-renderer": "^18.2.0",
|
|
94
94
|
"resolve-url-loader": "^5.0.0",
|
|
95
|
-
"sass": "^1.
|
|
95
|
+
"sass": "^1.55.0",
|
|
96
96
|
"style-loader": "^3.3.1",
|
|
97
|
-
"ts-jest": "29.0.
|
|
98
|
-
"typescript": "^4.8.
|
|
97
|
+
"ts-jest": "29.0.3",
|
|
98
|
+
"typescript": "^4.8.4",
|
|
99
99
|
"typescript-plugin-css-modules": "^3.4.0",
|
|
100
100
|
"webpack": "^5.74.0",
|
|
101
101
|
"webpack-cli": "^4.10.0",
|
|
102
|
-
"webpack-dev-server": "^4.
|
|
102
|
+
"webpack-dev-server": "^4.11.1",
|
|
103
103
|
"webpack-merge": "^5.8.0",
|
|
104
104
|
"yargs": "^17.5.1"
|
|
105
105
|
},
|