Compare commits

...

5 Commits

Author SHA1 Message Date
Timo
a82444286e Remove version resultion for "matrix-widget-api"
This resolution was done because of: https://github.com/element-hq/element-call/pull/2967#issuecomment-2635728948 (broken es because it advocated the `UPDATE_STATE` widget-api version.

In the longer term we dont need it.

This can be merged only after we use a js-sdk version that is compatible with the `UPDATE_STATE` widget capaibility.

Blocked on: https://github.com/matrix-org/matrix-js-sdk/pull/4662
2025-02-05 07:08:26 +01:00
Timo
1f5aafbc63 bump matrix-widget-api to v1.11.0 for theme change compatibility 2025-02-05 06:48:26 +01:00
Timo
f48e124e19 Add "matrix-widget-api" to resolutions block 2025-02-05 06:42:15 +01:00
Timo
8afb45d45b Downgrade to v1.10.0 for js-sdk compatibility 2025-02-05 06:23:43 +01:00
Timo
00eda29353 Downgrade widget api version to v1.11.0 to not include STATE_UPDATE api version 2025-02-05 06:19:13 +01:00
2 changed files with 5 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.13.1",
"normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",
"pako": "^2.0.4",

View File

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