Resolve version clash in matrix-widget-api dependency (#2988)

* Downgrade widget api version to v1.11.0 to not include STATE_UPDATE api version

* Downgrade to v1.10.0 for js-sdk compatibility

* Add "matrix-widget-api" to resolutions block

* bump matrix-widget-api to v1.11.0 for theme change compatibility
This commit is contained in:
Timo
2025-02-05 11:11:13 +01:00
committed by GitHub
parent bff2b73c85
commit e25e6caa89
2 changed files with 8 additions and 5 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",
@@ -118,5 +118,8 @@
"vite-plugin-svgr": "^4.0.0",
"vitest": "^3.0.0",
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"matrix-widget-api": "1.11.0"
}
}