Specify options for the original component.

This commit is contained in:
Half-Shot
2025-06-05 09:58:51 +01:00
parent 546861811c
commit e2ae6f2288
3 changed files with 22 additions and 10 deletions
+3 -3
View File
@@ -38,21 +38,21 @@
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.4",
"matrix-js-sdk": "^37.5.0",
"matrix-web-i18n": "^3.3.0",
"semver": "^7.6.3",
"typescript": "^5.7.3",
"vite": "^6.1.6",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.5",
"vitest-sonar-reporter": "^2.0.0",
"matrix-js-sdk": "^37.5.0"
"vitest-sonar-reporter": "^2.0.0"
},
"peerDependencies": {
"@matrix-org/react-sdk-module-api": "*",
"@types/react": "*",
"@types/react-dom": "*",
"matrix-web-i18n": "*",
"matrix-js-sdk": "*",
"matrix-web-i18n": "*",
"react": "^19"
},
"peerDependenciesMeta": {