bump matrix-widget-api to v1.11.0 for theme change compatibility

This commit is contained in:
Timo
2025-02-05 06:48:26 +01:00
parent f48e124e19
commit 1f5aafbc63
2 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"loglevel": "^1.9.1", "loglevel": "^1.9.1",
"matrix-js-sdk": "^36.1.0", "matrix-js-sdk": "^36.1.0",
"matrix-widget-api": "1.10.0", "matrix-widget-api": "1.11.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3", "observable-hooks": "^4.2.3",
"pako": "^2.0.4", "pako": "^2.0.4",
@@ -120,6 +120,6 @@
"vitest-axe": "^1.0.0-pre.3" "vitest-axe": "^1.0.0-pre.3"
}, },
"resolutions": { "resolutions": {
"matrix-widget-api": "1.10.0" "matrix-widget-api": "1.11.0"
} }
} }

View File

@@ -6338,10 +6338,10 @@ matrix-js-sdk@^36.1.0:
unhomoglyph "^1.0.6" unhomoglyph "^1.0.6"
uuid "11" uuid "11"
matrix-widget-api@1.10.0, matrix-widget-api@^1.10.0: matrix-widget-api@1.11.0, matrix-widget-api@^1.10.0:
version "1.10.0" version "1.11.0"
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.10.0.tgz#d31ea073a5871a1fb1a511ef900b0c125a37bf55" resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.11.0.tgz#2f548b11a7c0df789d5d4fdb5cc9ef7af8aef3da"
integrity sha512-rkAJ29briYV7TJnfBVLVSKtpeBrBju15JZFSDP6wj8YdbCu1bdmlplJayQ+vYaw1x4fzI49Q+Nz3E85s46sRDw== integrity sha512-ED/9hrJqDWVLeED0g1uJnYRhINh3ZTquwurdM+Hc8wLVJIQ8G/r7A7z74NC+8bBIHQ1Jo7i1Uq5CoJp/TzFYrA==
dependencies: dependencies:
"@types/events" "^3.0.0" "@types/events" "^3.0.0"
events "^3.2.0" events "^3.2.0"