@kentico/xperience-admin-base 30.3.3 → 30.4.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-base",
3
- "version": "30.3.3",
3
+ "version": "30.4.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -16,8 +16,8 @@
16
16
  ],
17
17
  "license": "SEE LICENSE IN LICENSE.txt",
18
18
  "dependencies": {
19
- "@react-aria/focus": "^3.19.1",
20
- "@react-aria/visually-hidden": "^3.8.19",
19
+ "@react-aria/focus": "^3.20.2",
20
+ "@react-aria/visually-hidden": "^3.8.22",
21
21
  "classnames": "^2.5.1",
22
22
  "react": "^18.3.1",
23
23
  "@hello-pangea/dnd": "^18.0.1",
@@ -25,43 +25,43 @@
25
25
  "react-dnd": "^16.0.1",
26
26
  "react-dnd-html5-backend": "^16.0.1",
27
27
  "react-dom": "^18.3.1",
28
- "react-image-crop": "^11.0.7",
28
+ "react-image-crop": "^11.0.10",
29
29
  "react-router-dom": "6.30.0",
30
30
  "react-select": "^5.10.1",
31
31
  "react-select-async-paginate": "^0.7.9",
32
32
  "use-debounce": "^10.0.4",
33
33
  "use-resize-observer": "9.1.0",
34
34
  "uuid": "^11.1.0",
35
- "@kentico/xperience-admin-components": "30.3.3"
35
+ "@kentico/xperience-admin-components": "30.4.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "^7.26.10",
39
- "@babel/eslint-parser": "^7.26.10",
39
+ "@babel/eslint-parser": "^7.27.0",
40
40
  "@babel/plugin-transform-runtime": "^7.26.10",
41
41
  "@babel/preset-env": "^7.26.9",
42
42
  "@babel/preset-react": "^7.26.3",
43
- "@babel/preset-typescript": "^7.26.0",
44
- "@babel/runtime": "^7.26.10",
45
- "@swc/core": "^1.11.10",
43
+ "@babel/preset-typescript": "^7.27.0",
44
+ "@babel/runtime": "^7.27.0",
45
+ "@swc/core": "^1.11.21",
46
46
  "@swc/jest": "^0.2.37",
47
47
  "@testing-library/jest-dom": "^6.6.3",
48
- "@testing-library/react": "^16.2.0",
48
+ "@testing-library/react": "^16.3.0",
49
49
  "@types/jest": "^29.5.14",
50
- "@types/react": "18.3.18",
51
- "@types/react-dom": "^18.3.5",
50
+ "@types/react": "18.3.20",
51
+ "@types/react-dom": "^18.3.6",
52
52
  "@types/react-router-dom": "^5.3.3",
53
- "@types/systemjs": "^6.15.1",
53
+ "@types/systemjs": "^6.15.3",
54
54
  "@types/uuid": "^10.0.0",
55
55
  "@types/webpack-env": "^1.18.8",
56
56
  "autoprefixer": "^10.4.21",
57
57
  "babel-loader": "10.0.0",
58
58
  "cross-env": "^7.0.3",
59
59
  "css-loader": "^7.1.2",
60
- "dompurify": "3.2.4",
60
+ "dompurify": "3.2.5",
61
61
  "eslint": "^8.57.0",
62
- "eslint-config-prettier": "^10.1.1",
63
- "eslint-plugin-prettier": "^5.2.3",
64
- "eslint-plugin-react": "^7.37.4",
62
+ "eslint-config-prettier": "^10.1.2",
63
+ "eslint-plugin-prettier": "^5.2.6",
64
+ "eslint-plugin-react": "^7.37.5",
65
65
  "file-loader": "^6.2.0",
66
66
  "jest": "^29.7.0",
67
67
  "jest-environment-jsdom": "29.7.0",
@@ -69,13 +69,13 @@
69
69
  "postcss": "^8.5.3",
70
70
  "postcss-loader": "^8.1.1",
71
71
  "prettier": "^3.5.3",
72
- "sass": "1.85.1",
72
+ "sass": "1.86.3",
73
73
  "sass-loader": "^16.0.5",
74
74
  "style-loader": "^4.0.0",
75
- "typescript": "5.8.2",
76
- "webpack": "^5.98.0",
75
+ "typescript": "5.8.3",
76
+ "webpack": "^5.99.5",
77
77
  "webpack-cli": "^6.0.1",
78
- "webpack-dev-server": "^5.2.0",
78
+ "webpack-dev-server": "^5.2.1",
79
79
  "webpack-merge": "^6.0.1"
80
80
  },
81
81
  "scripts": {