@kentico/xperience-admin-base 22.1.3 → 22.2.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.
Files changed (2) hide show
  1. package/dist/entry.js +6 -6
  2. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kentico/xperience-admin-base",
3
- "version": "22.1.3",
3
+ "version": "22.2.0",
4
4
  "main": "dist/entry.js",
5
5
  "types": "dist/entry.d.ts",
6
6
  "files": [
@@ -16,70 +16,70 @@
16
16
  ],
17
17
  "license": "SEE LICENSE IN LICENSE.txt",
18
18
  "dependencies": {
19
- "@kentico/xperience-admin-components": "22.1.3",
20
- "@react-aria/focus": "^3.6.1",
21
- "@react-aria/visually-hidden": "^3.3.1",
19
+ "@kentico/xperience-admin-components": "22.2.0",
20
+ "@react-aria/focus": "^3.8.0",
21
+ "@react-aria/visually-hidden": "^3.4.1",
22
22
  "classnames": "^2.3.1",
23
23
  "history": "^5.3.0",
24
24
  "react": "^18.2.0",
25
25
  "react-cool-inview": "^3.0.1",
26
- "react-dnd": "^15.1.1",
27
- "react-dnd-html5-backend": "^15.1.2",
26
+ "react-dnd": "^15.1.2",
27
+ "react-dnd-html5-backend": "^15.1.3",
28
28
  "react-dom": "^18.2.0",
29
29
  "react-router-dom": "6.3.0",
30
30
  "react-select": "^5.4.0",
31
31
  "react-select-async-paginate": "^0.6.2",
32
- "use-debounce": "^8.0.2",
32
+ "use-debounce": "^8.0.4",
33
33
  "use-resize-observer": "9.0.2",
34
34
  "uuid": "^8.3.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/core": "^7.18.9",
37
+ "@babel/core": "^7.18.13",
38
38
  "@babel/eslint-parser": "^7.18.9",
39
- "@babel/plugin-transform-runtime": "^7.18.9",
40
- "@babel/preset-env": "^7.18.9",
39
+ "@babel/plugin-transform-runtime": "^7.18.10",
40
+ "@babel/preset-env": "^7.18.10",
41
41
  "@babel/preset-react": "^7.18.6",
42
42
  "@babel/preset-typescript": "^7.18.6",
43
43
  "@babel/runtime": "^7.18.9",
44
- "@testing-library/jest-dom": "^5.16.4",
44
+ "@testing-library/jest-dom": "^5.16.5",
45
45
  "@testing-library/react": "^13.3.0",
46
46
  "@testing-library/react-hooks": "^8.0.1",
47
- "@types/dompurify": "2.3.3",
48
- "@types/jest": "^28.1.6",
49
- "@types/react": "^18.0.15",
47
+ "@types/dompurify": "2.3.4",
48
+ "@types/jest": "^29.0.0",
49
+ "@types/react": "^18.0.17",
50
50
  "@types/react-beautiful-dnd": "^13.1.2",
51
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",
55
55
  "@types/uuid": "^8.3.4",
56
- "@types/webpack-env": "^1.17.0",
57
- "autoprefixer": "^10.4.7",
56
+ "@types/webpack-env": "^1.18.0",
57
+ "autoprefixer": "^10.4.8",
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.10",
62
- "eslint": "^8.20.0",
61
+ "dompurify": "2.4.0",
62
+ "eslint": "^8.23.0",
63
63
  "eslint-config-prettier": "^8.5.0",
64
64
  "eslint-config-ts-react-important-stuff": "^3.0.0",
65
65
  "eslint-plugin-prettier": "^4.2.1",
66
- "eslint-plugin-react": "^7.30.1",
66
+ "eslint-plugin-react": "^7.31.1",
67
67
  "file-loader": "^6.2.0",
68
- "jest": "^28.1.3",
69
- "jest-environment-jsdom": "28.1.3",
70
- "jest-junit": "^14.0.0",
71
- "postcss": "^8.4.14",
68
+ "jest": "^29.0.1",
69
+ "jest-environment-jsdom": "29.0.1",
70
+ "jest-junit": "^14.0.1",
71
+ "postcss": "^8.4.16",
72
72
  "postcss-loader": "^7.0.1",
73
73
  "prettier": "^2.7.1",
74
74
  "react-test-renderer": "^18.2.0",
75
- "sass": "^1.53.0",
75
+ "sass": "^1.54.6",
76
76
  "sass-loader": "^13.0.2",
77
77
  "style-loader": "^3.3.1",
78
- "ts-jest": "^28.0.7",
79
- "typescript": "^4.7.4",
80
- "webpack": "^5.73.0",
78
+ "ts-jest": "29.0.0-next.0",
79
+ "typescript": "^4.8.2",
80
+ "webpack": "^5.74.0",
81
81
  "webpack-cli": "^4.10.0",
82
- "webpack-dev-server": "^4.9.3",
82
+ "webpack-dev-server": "^4.10.1",
83
83
  "webpack-merge": "^5.8.0"
84
84
  },
85
85
  "scripts": {