Skip to content

Commit 8afb45d

Browse files
committed
Downgrade to v1.10.0 for js-sdk compatibility
1 parent 00eda29 commit 8afb45d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lodash-es": "^4.17.21",
9292
"loglevel": "^1.9.1",
9393
"matrix-js-sdk": "^36.1.0",
94-
"matrix-widget-api": "1.11.0",
94+
"matrix-widget-api": "1.10.0",
9595
"normalize.css": "^8.0.1",
9696
"observable-hooks": "^4.2.3",
9797
"pako": "^2.0.4",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6338,18 +6338,18 @@ matrix-js-sdk@^36.1.0:
63386338
unhomoglyph "^1.0.6"
63396339
uuid "11"
63406340

6341-
matrix-widget-api@^1.10.0:
6342-
version "1.13.0"
6343-
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.13.0.tgz#40344b264b08d6d98ab9d547a41eb74dd6d8c3f7"
6344-
integrity sha512-+LrvwkR1izL4h2euX8PDrvG/3PZZDEd6As+lmnR3jAVwbFJtU5iTnwmZGnCca9ddngCvXvAHkcpJBEPyPTZneQ==
6341+
6342+
version "1.10.0"
6343+
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.10.0.tgz#d31ea073a5871a1fb1a511ef900b0c125a37bf55"
6344+
integrity sha512-rkAJ29briYV7TJnfBVLVSKtpeBrBju15JZFSDP6wj8YdbCu1bdmlplJayQ+vYaw1x4fzI49Q+Nz3E85s46sRDw==
63456345
dependencies:
63466346
"@types/events" "^3.0.0"
63476347
events "^3.2.0"
63486348

6349-
matrix-widget-api@^1.11.0:
6350-
version "1.13.1"
6351-
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.13.1.tgz#5b1caeed2fc58148bcd2984e0546d2d06a1713ad"
6352-
integrity sha512-mkOHUVzaN018TCbObfGOSaMW2GoUxOfcxNNlTVx5/HeMk3OSQPQM0C9oEME5Liiv/dBUoSrEB64V8wF7e/gb1w==
6349+
matrix-widget-api@^1.10.0:
6350+
version "1.13.0"
6351+
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.13.0.tgz#40344b264b08d6d98ab9d547a41eb74dd6d8c3f7"
6352+
integrity sha512-+LrvwkR1izL4h2euX8PDrvG/3PZZDEd6As+lmnR3jAVwbFJtU5iTnwmZGnCca9ddngCvXvAHkcpJBEPyPTZneQ==
63536353
dependencies:
63546354
"@types/events" "^3.0.0"
63556355
events "^3.2.0"

0 commit comments

Comments
 (0)