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",
"loglevel": "^1.9.1",
"matrix-js-sdk": "^36.1.0",
"matrix-widget-api": "1.10.0",
"matrix-widget-api": "1.11.0",
"normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",
"pako": "^2.0.4",
@@ -120,6 +120,6 @@
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"matrix-widget-api": "1.10.0"
"matrix-widget-api": "1.11.0"
}
}