@kentico/xperience-admin-components 27.0.3 → 28.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kentico/xperience-admin-components",
3
- "version": "27.0.3",
3
+ "version": "28.0.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -16,71 +16,71 @@
16
16
  ],
17
17
  "license": "SEE LICENSE IN LICENSE.txt",
18
18
  "dependencies": {
19
- "@amcharts/amcharts5": "5.4.8",
19
+ "@amcharts/amcharts5": "5.5.5",
20
20
  "@codemirror/lang-css": "^6.2.1",
21
21
  "@codemirror/lang-html": "^6.4.6",
22
22
  "@codemirror/lang-javascript": "^6.2.1",
23
23
  "@codemirror/lang-sql": "^6.5.4",
24
24
  "@codemirror/lang-xml": "^6.0.2",
25
- "@react-aria/focus": "^3.14.2",
26
- "@react-aria/interactions": "^3.19.0",
27
- "@react-aria/overlays": "^3.18.0",
28
- "@react-aria/radio": "^3.8.1",
29
- "@react-aria/switch": "^3.5.5",
30
- "@react-aria/visually-hidden": "^3.8.5",
31
- "@react-stately/radio": "^3.9.1",
32
- "@react-stately/toggle": "^3.6.3",
25
+ "@react-aria/focus": "3.14.3",
26
+ "@react-aria/interactions": "3.19.1",
27
+ "@react-aria/overlays": "3.18.1",
28
+ "@react-aria/radio": "3.8.2",
29
+ "@react-aria/switch": "3.5.6",
30
+ "@react-aria/visually-hidden": "3.8.6",
31
+ "@react-stately/radio": "3.9.1",
32
+ "@react-stately/toggle": "3.6.3",
33
33
  "@tippyjs/react": "^4.2.6",
34
- "@uiw/react-codemirror": "^4.21.18",
34
+ "@uiw/react-codemirror": "^4.21.20",
35
35
  "classnames": "^2.3.2",
36
- "froala-editor": "4.1.2",
36
+ "froala-editor": "4.1.3",
37
37
  "history": "^5.3.0",
38
38
  "react": "^18.2.0",
39
39
  "react-beautiful-dnd": "^13.1.1",
40
- "react-datepicker": "^4.18.0",
40
+ "react-datepicker": "^4.21.0",
41
41
  "react-dnd": "^16.0.1",
42
42
  "react-dnd-html5-backend": "^16.0.1",
43
43
  "react-dom": "^18.2.0",
44
- "react-froala-wysiwyg": "4.1.2",
44
+ "react-froala-wysiwyg": "4.1.3",
45
45
  "react-modal": "^3.16.1",
46
- "react-router-dom": "^6.16.0",
46
+ "react-router-dom": "^6.18.0",
47
47
  "react-textarea-autosize": "8.5.3",
48
- "use-debounce": "^9.0.4",
48
+ "use-debounce": "^10.0.0",
49
49
  "use-resize-observer": "9.1.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/core": "^7.23.0",
53
- "@babel/eslint-parser": "^7.22.15",
54
- "@babel/plugin-transform-runtime": "^7.22.15",
55
- "@babel/preset-env": "^7.22.20",
56
- "@babel/preset-react": "^7.22.15",
57
- "@babel/preset-typescript": "^7.23.0",
58
- "@babel/runtime": "^7.23.1",
52
+ "@babel/core": "^7.23.3",
53
+ "@babel/eslint-parser": "^7.23.3",
54
+ "@babel/plugin-transform-runtime": "^7.23.3",
55
+ "@babel/preset-env": "^7.23.3",
56
+ "@babel/preset-react": "^7.23.3",
57
+ "@babel/preset-typescript": "^7.23.3",
58
+ "@babel/runtime": "^7.23.2",
59
59
  "@popperjs/core": "^2.11.8",
60
60
  "@svgr/cli": "^8.1.0",
61
- "@testing-library/jest-dom": "^6.1.3",
62
- "@testing-library/react": "^14.0.0",
61
+ "@testing-library/jest-dom": "^6.1.4",
62
+ "@testing-library/react": "^14.1.0",
63
63
  "@testing-library/react-hooks": "^8.0.1",
64
- "@types/dompurify": "3.0.3",
65
- "@types/jest": "^29.5.5",
64
+ "@types/dompurify": "3.0.5",
65
+ "@types/jest": "^29.5.8",
66
66
  "@types/react": "18.0.33",
67
- "@types/react-beautiful-dnd": "13.1.5",
68
- "@types/react-codemirror": "^1.0.9",
69
- "@types/react-datepicker": "^4.15.1",
70
- "@types/react-dom": "^18.2.8",
71
- "@types/react-modal": "^3.16.1",
67
+ "@types/react-beautiful-dnd": "13.1.7",
68
+ "@types/react-codemirror": "^1.0.11",
69
+ "@types/react-datepicker": "^4.19.2",
70
+ "@types/react-dom": "^18.2.15",
71
+ "@types/react-modal": "^3.16.3",
72
72
  "@types/react-router-dom": "^5.3.3",
73
- "@types/systemjs": "^6.13.3",
74
- "@types/webpack-env": "^1.18.2",
73
+ "@types/systemjs": "^6.13.5",
74
+ "@types/webpack-env": "^1.18.4",
75
75
  "autoprefixer": "^10.4.16",
76
76
  "babel-loader": "9.1.3",
77
77
  "cross-env": "^7.0.3",
78
78
  "css-loader": "^6.8.1",
79
79
  "dompurify": "3.0.6",
80
- "eslint": "^8.50.0",
80
+ "eslint": "^8.53.0",
81
81
  "eslint-config-prettier": "^9.0.0",
82
82
  "eslint-config-ts-react-important-stuff": "^3.0.0",
83
- "eslint-plugin-prettier": "^5.0.0",
83
+ "eslint-plugin-prettier": "^5.0.1",
84
84
  "eslint-plugin-react": "^7.33.2",
85
85
  "file-loader": "^6.2.0",
86
86
  "glob": "^10.3.10",
@@ -93,15 +93,15 @@
93
93
  "prettier": "^3.0.3",
94
94
  "react-test-renderer": "^18.2.0",
95
95
  "resolve-url-loader": "^5.0.0",
96
- "sass": "^1.68.0",
96
+ "sass": "^1.69.5",
97
97
  "style-loader": "^3.3.3",
98
98
  "ts-jest": "29.1.1",
99
99
  "typescript": "^5.2.2",
100
- "typescript-plugin-css-modules": "^5.0.1",
101
- "webpack": "^5.88.2",
100
+ "typescript-plugin-css-modules": "^5.0.2",
101
+ "webpack": "^5.89.0",
102
102
  "webpack-cli": "^5.1.4",
103
103
  "webpack-dev-server": "^4.15.1",
104
- "webpack-merge": "^5.9.0",
104
+ "webpack-merge": "^5.10.0",
105
105
  "yargs": "^17.7.2"
106
106
  },
107
107
  "scripts": {