@kentico/xperience-admin-base 30.12.2 → 31.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-base",
3
- "version": "30.12.2",
3
+ "version": "31.0.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -22,22 +22,76 @@
22
22
  "@react-aria/visually-hidden": "^3.8.28",
23
23
  "classnames": "^2.5.1",
24
24
  "date-fns": "^4.1.0",
25
- "i18next": "^25.6.1",
25
+ "i18next": "^25.7.1",
26
26
  "react": "^18.3.1",
27
27
  "react-cool-inview": "^3.0.1",
28
28
  "react-dnd": "^16.0.1",
29
29
  "react-dnd-html5-backend": "^16.0.1",
30
30
  "react-dom": "^18.3.1",
31
31
  "remark-gfm": "^4.0.1",
32
- "react-i18next": "^16.2.4",
32
+ "react-i18next": "^16.3.5",
33
33
  "react-image-crop": "^11.0.10",
34
34
  "react-markdown": "^10.1.0",
35
- "react-router-dom": "6.30.1",
35
+ "react-router-dom": "6.30.2",
36
36
  "react-select": "^5.10.2",
37
37
  "react-select-async-paginate": "^0.7.11",
38
38
  "use-debounce": "^10.0.6",
39
39
  "use-resize-observer": "9.1.0",
40
40
  "uuid": "^13.0.0",
41
- "@kentico/xperience-admin-components": "30.12.2"
41
+ "@kentico/xperience-admin-components": "31.0.0"
42
+ },
43
+ "devDependencies": {
44
+ "@babel/core": "^7.28.5",
45
+ "@babel/eslint-parser": "^7.28.5",
46
+ "@babel/plugin-transform-runtime": "^7.28.5",
47
+ "@babel/preset-env": "^7.28.5",
48
+ "@babel/preset-react": "^7.28.5",
49
+ "@babel/preset-typescript": "^7.28.5",
50
+ "@babel/runtime": "^7.28.4",
51
+ "@swc/core": "^1.15.3",
52
+ "@swc/jest": "^0.2.39",
53
+ "@testing-library/jest-dom": "^6.9.1",
54
+ "@testing-library/react": "^16.3.0",
55
+ "@types/jest": "^30.0.0",
56
+ "@types/react": "18.3.27",
57
+ "@types/react-dom": "^18.3.7",
58
+ "@types/systemjs": "^6.15.4",
59
+ "@types/webpack-env": "^1.18.8",
60
+ "autoprefixer": "^10.4.22",
61
+ "babel-loader": "10.0.0",
62
+ "cross-env": "^10.1.0",
63
+ "css-loader": "^7.1.2",
64
+ "dompurify": "3.3.0",
65
+ "eslint": "9.39.1",
66
+ "eslint-config-prettier": "^10.1.8",
67
+ "eslint-plugin-prettier": "^5.5.4",
68
+ "eslint-plugin-react": "^7.37.5",
69
+ "file-loader": "^6.2.0",
70
+ "jest": "^30.0.2",
71
+ "jest-environment-jsdom": "29.7.0",
72
+ "jest-junit": "^16.0.0",
73
+ "postcss": "^8.5.6",
74
+ "postcss-loader": "^8.2.0",
75
+ "prettier": "^3.7.3",
76
+ "sass": "1.94.2",
77
+ "sass-loader": "^16.0.6",
78
+ "style-loader": "^4.0.0",
79
+ "typescript": "5.9.3",
80
+ "webpack": "^5.103.0",
81
+ "webpack-cli": "^6.0.1",
82
+ "webpack-dev-server": "^5.2.2",
83
+ "webpack-merge": "^6.0.1"
84
+ },
85
+ "scripts": {
86
+ "start": "webpack serve --mode development",
87
+ "dev:buildlike": "webpack serve --mode development --env buildlike=true",
88
+ "dev:remote": "webpack serve --mode development --env remote",
89
+ "build": "webpack --mode=production",
90
+ "typecheck": "tsc --noEmit --allowJs false",
91
+ "analyze": "webpack --mode=production --env.analyze=true",
92
+ "test": "cross-env BABEL_ENV=test jest",
93
+ "tsc-decleration": "tsc --project tsconfig.declaration.json",
94
+ "declaration": "npm run tsc-decleration && npx ts-node --swc -P ../../scripts/tsconfig.json ../../scripts/typesRollup/index.ts",
95
+ "validate-api": "npx ts-node --swc ../../scripts/validateApi"
42
96
  }
43
97
  }
package/README.md DELETED
@@ -1,9 +0,0 @@
1
- # Xperience by Kentico - Admin Client Package
2
-
3
- This package is part of the Xperience by Kentico administration interface framework.
4
-
5
- ## Documentation
6
-
7
- For setup instructions, usage guidelines, and customization options, please refer to the official Xperience by Kentico documentation:
8
-
9
- **[Extend the administration interface](https://docs.kentico.com/x/GwKQC)**