@matrix-widget-toolkit/mui 2.2.0 → 2.2.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.
Files changed (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matrix-widget-toolkit/mui",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A customized material-ui theme that matches the style of the Element Matrix client",
5
5
  "author": "Nordeck IT + Consulting GmbH",
6
6
  "license": "Apache-2.0",
@@ -22,21 +22,21 @@
22
22
  },
23
23
  "type": "module",
24
24
  "devDependencies": {
25
- "@testing-library/jest-dom": "6.6.3",
25
+ "@testing-library/jest-dom": "6.9.1",
26
26
  "@testing-library/react": "16.3.0",
27
27
  "@testing-library/user-event": "14.6.1",
28
- "@types/node": "22.15.35",
29
- "@types/react": "18.3.23",
30
- "@vitest/coverage-v8": "3.2.4",
31
- "axe-core": "4.10.3",
28
+ "@types/node": "22.19.3",
29
+ "@types/react": "18.3.27",
30
+ "@vitest/coverage-v8": "4.0.16",
31
+ "axe-core": "4.11.0",
32
32
  "copyfiles": "2.4.1",
33
- "i18next-parser": "9.3.0",
34
- "typescript": "5.8.3",
35
- "vite": "6.3.5",
36
- "vitest": "3.2.4"
33
+ "i18next-cli": "1.33.5",
34
+ "typescript": "5.9.3",
35
+ "vite": "7.3.0",
36
+ "vitest": "4.0.16"
37
37
  },
38
38
  "peerDependencies": {
39
- "react": "18.3.1"
39
+ "react": "^18.3.1"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc && rollup --config ../../rollup.config.mjs",
@@ -47,7 +47,7 @@
47
47
  "depcheck": "depcheck --ignores=@types/node,@vitest/coverage-v8,lodash,lodash-es,@types/lodash-es --ignore-dirs=lib,build",
48
48
  "prepack": "node ../../scripts/prepack.js",
49
49
  "postpack": "node ../../scripts/postpack.js",
50
- "translate": "i18next src/**/*.{ts,tsx}",
50
+ "translate": "i18next-cli extract --sync-primary",
51
51
  "check-api-report": "api-extractor run --verbose",
52
52
  "generate-api-report": "tsc && api-extractor run --verbose --local",
53
53
  "clean": "yarn run clean:build",
@@ -55,21 +55,21 @@
55
55
  "clean:cache": "echo 'script not implemented package'"
56
56
  },
57
57
  "dependencies": {
58
- "@emotion/cache": "11.14.0",
59
- "@emotion/react": "11.14.0",
60
- "@emotion/styled": "11.14.1",
61
- "@fontsource/inter": "5.1.1",
62
- "@matrix-widget-toolkit/api": "^5.0.0",
63
- "@matrix-widget-toolkit/react": "^2.1.0",
64
- "@mui/icons-material": "6.4.12",
65
- "@mui/material": "6.4.12",
66
- "@mui/utils": "6.4.9",
67
- "i18next": "25.2.1",
68
- "i18next-browser-languagedetector": "8.0.5",
69
- "i18next-resources-to-backend": "1.2.1",
70
- "matrix-widget-api": "1.13.1",
71
- "react-i18next": "15.5.3",
72
- "react-use": "17.6.0"
58
+ "@emotion/cache": "^11.14.0",
59
+ "@emotion/react": "^11.14.0",
60
+ "@emotion/styled": "^11.14.1",
61
+ "@fontsource/inter": "^5.1.1",
62
+ "@matrix-widget-toolkit/api": "^5.0.3",
63
+ "@matrix-widget-toolkit/react": "^2.1.1",
64
+ "@mui/icons-material": "^6.5.0",
65
+ "@mui/material": "^6.5.0",
66
+ "@mui/utils": "^6.4.9",
67
+ "i18next": "^25.7.3",
68
+ "i18next-browser-languagedetector": "^8.2.0",
69
+ "i18next-resources-to-backend": "^1.2.1",
70
+ "matrix-widget-api": "^1.13.1",
71
+ "react-i18next": "^15.7.4",
72
+ "react-use": "^17.6.0"
73
73
  },
74
74
  "repository": {
75
75
  "type": "git",