@kentico/xperience-admin-base 29.4.3 → 29.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kentico/xperience-admin-base",
3
- "version": "29.4.3",
3
+ "version": "29.5.1",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -24,36 +24,36 @@
24
24
  "react-dnd": "^16.0.1",
25
25
  "react-dnd-html5-backend": "^16.0.1",
26
26
  "react-dom": "^18.3.1",
27
- "react-router-dom": "^6.26.1",
27
+ "react-router-dom": "^6.26.2",
28
28
  "react-select": "^5.8.0",
29
29
  "react-beautiful-dnd": "^13.1.1",
30
30
  "react-select-async-paginate": "^0.7.5",
31
31
  "use-debounce": "^10.0.3",
32
32
  "use-resize-observer": "9.1.0",
33
33
  "uuid": "^10.0.0",
34
- "@kentico/xperience-admin-components": "29.4.3"
34
+ "@kentico/xperience-admin-components": "29.5.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/core": "^7.25.2",
38
38
  "@babel/eslint-parser": "^7.25.1",
39
- "@babel/plugin-transform-runtime": "^7.24.7",
40
- "@babel/preset-env": "^7.25.3",
39
+ "@babel/plugin-transform-runtime": "^7.25.4",
40
+ "@babel/preset-env": "^7.25.4",
41
41
  "@babel/preset-react": "^7.24.7",
42
42
  "@babel/preset-typescript": "^7.24.7",
43
- "@babel/runtime": "^7.25.0",
44
- "@testing-library/jest-dom": "^6.4.8",
45
- "@testing-library/react": "^16.0.0",
43
+ "@babel/runtime": "^7.25.6",
44
+ "@testing-library/jest-dom": "^6.5.0",
45
+ "@testing-library/react": "^16.0.1",
46
46
  "@types/dompurify": "3.0.5",
47
- "@types/jest": "^29.5.12",
48
- "@types/react": "18.0.33",
47
+ "@types/jest": "^29.5.13",
48
+ "@types/react": "18.3.6",
49
49
  "@types/react-beautiful-dnd": "13.1.8",
50
50
  "@types/react-dom": "^18.3.0",
51
51
  "@types/react-router-dom": "^5.3.3",
52
- "@types/systemjs": "^6.13.5",
52
+ "@types/systemjs": "^6.15.1",
53
53
  "@types/uuid": "^10.0.0",
54
54
  "@types/webpack-env": "^1.18.5",
55
55
  "autoprefixer": "^10.4.20",
56
- "babel-loader": "9.1.3",
56
+ "babel-loader": "9.2.1",
57
57
  "cross-env": "^7.0.3",
58
58
  "css-loader": "^7.1.2",
59
59
  "dompurify": "3.1.6",
@@ -61,23 +61,23 @@
61
61
  "eslint-config-prettier": "^9.1.0",
62
62
  "eslint-config-ts-react-important-stuff": "^3.0.0",
63
63
  "eslint-plugin-prettier": "^5.2.1",
64
- "eslint-plugin-react": "^7.35.0",
64
+ "eslint-plugin-react": "^7.36.1",
65
65
  "file-loader": "^6.2.0",
66
66
  "jest": "^29.7.0",
67
67
  "jest-environment-jsdom": "29.7.0",
68
68
  "jest-junit": "^16.0.0",
69
- "postcss": "^8.4.41",
69
+ "postcss": "^8.4.47",
70
70
  "postcss-loader": "^8.1.1",
71
71
  "prettier": "^3.3.3",
72
72
  "react-test-renderer": "^18.3.1",
73
- "sass": "1.77.8",
73
+ "sass": "1.78.0",
74
74
  "sass-loader": "^16.0.1",
75
75
  "style-loader": "^4.0.0",
76
- "ts-jest": "29.2.4",
76
+ "ts-jest": "29.2.5",
77
77
  "typescript": "5.5.4",
78
- "webpack": "^5.93.0",
78
+ "webpack": "^5.94.0",
79
79
  "webpack-cli": "^5.1.4",
80
- "webpack-dev-server": "^5.0.4",
80
+ "webpack-dev-server": "^5.1.0",
81
81
  "webpack-merge": "^6.0.1"
82
82
  },
83
83
  "scripts": {