@kentico/xperience-admin-base 22.0.4 → 22.1.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": "22.0.4",
3
+ "version": "22.1.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "license": "SEE LICENSE IN LICENSE.txt",
18
18
  "dependencies": {
19
- "@kentico/xperience-admin-components": "22.0.4",
19
+ "@kentico/xperience-admin-components": "22.1.0",
20
20
  "@react-aria/focus": "^3.6.1",
21
21
  "@react-aria/visually-hidden": "^3.3.1",
22
22
  "classnames": "^2.3.1",
@@ -27,28 +27,28 @@
27
27
  "react-dnd-html5-backend": "^15.1.2",
28
28
  "react-dom": "^18.2.0",
29
29
  "react-router-dom": "6.3.0",
30
- "react-select": "^5.3.2",
31
- "react-select-async-paginate": "^0.6.1",
32
- "use-debounce": "^8.0.1",
30
+ "react-select": "^5.4.0",
31
+ "react-select-async-paginate": "^0.6.2",
32
+ "use-debounce": "^8.0.2",
33
33
  "use-resize-observer": "9.0.2",
34
34
  "uuid": "^8.3.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/core": "^7.18.6",
38
- "@babel/eslint-parser": "^7.18.2",
39
- "@babel/plugin-transform-runtime": "^7.18.6",
40
- "@babel/preset-env": "^7.18.6",
37
+ "@babel/core": "^7.18.9",
38
+ "@babel/eslint-parser": "^7.18.9",
39
+ "@babel/plugin-transform-runtime": "^7.18.9",
40
+ "@babel/preset-env": "^7.18.9",
41
41
  "@babel/preset-react": "^7.18.6",
42
42
  "@babel/preset-typescript": "^7.18.6",
43
- "@babel/runtime": "^7.18.6",
43
+ "@babel/runtime": "^7.18.9",
44
44
  "@testing-library/jest-dom": "^5.16.4",
45
45
  "@testing-library/react": "^13.3.0",
46
46
  "@testing-library/react-hooks": "^8.0.1",
47
47
  "@types/dompurify": "2.3.3",
48
- "@types/jest": "^28.1.3",
49
- "@types/react": "^18.0.14",
48
+ "@types/jest": "^28.1.6",
49
+ "@types/react": "^18.0.15",
50
50
  "@types/react-beautiful-dnd": "^13.1.2",
51
- "@types/react-dom": "^18.0.5",
51
+ "@types/react-dom": "^18.0.6",
52
52
  "@types/react-router-dom": "^5.3.3",
53
53
  "@types/systemjs": "^6.1.1",
54
54
  "@types/testing-library__jest-dom": "5.14.5",
@@ -58,28 +58,28 @@
58
58
  "babel-loader": "8.2.5",
59
59
  "cross-env": "^7.0.3",
60
60
  "css-loader": "^6.7.1",
61
- "dompurify": "2.3.8",
62
- "eslint": "^8.18.0",
61
+ "dompurify": "2.3.10",
62
+ "eslint": "^8.20.0",
63
63
  "eslint-config-prettier": "^8.5.0",
64
64
  "eslint-config-ts-react-important-stuff": "^3.0.0",
65
- "eslint-plugin-prettier": "^4.1.0",
65
+ "eslint-plugin-prettier": "^4.2.1",
66
66
  "eslint-plugin-react": "^7.30.1",
67
67
  "file-loader": "^6.2.0",
68
- "jest": "^28.1.1",
69
- "jest-environment-jsdom": "28.1.1",
68
+ "jest": "^28.1.3",
69
+ "jest-environment-jsdom": "28.1.3",
70
70
  "jest-junit": "^14.0.0",
71
71
  "postcss": "^8.4.14",
72
- "postcss-loader": "^7.0.0",
72
+ "postcss-loader": "^7.0.1",
73
73
  "prettier": "^2.7.1",
74
74
  "react-test-renderer": "^18.2.0",
75
75
  "sass": "^1.53.0",
76
76
  "sass-loader": "^13.0.2",
77
77
  "style-loader": "^3.3.1",
78
- "ts-jest": "^28.0.5",
78
+ "ts-jest": "^28.0.7",
79
79
  "typescript": "^4.7.4",
80
80
  "webpack": "^5.73.0",
81
81
  "webpack-cli": "^4.10.0",
82
- "webpack-dev-server": "^4.9.2",
82
+ "webpack-dev-server": "^4.9.3",
83
83
  "webpack-merge": "^5.8.0"
84
84
  },
85
85
  "scripts": {