Skip to content

Commit

Permalink
Upgrade dependency to matrix-react-sdk@3.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Sep 10, 2024
1 parent 9520798 commit e3a4b9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"katex": "^0.16.0",
"lodash": "^4.17.21",
"matrix-js-sdk": "34.5.0",
"matrix-react-sdk": "3.109.0-rc.0",
"matrix-react-sdk": "3.109.0",
"matrix-widget-api": "^1.8.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
31 changes: 5 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8210,38 +8210,17 @@ matrix-js-sdk@34.5.0:
unhomoglyph "^1.0.6"
uuid "10"

matrix-js-sdk@34.5.0-rc.0:
version "34.5.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.5.0-rc.0.tgz#198f72383483661cc693c1b256f4bc30e238eaa9"
integrity sha512-6yrxDR3uMaLNp42nVLMQLbFx0qJn35I/Xp3BXH3nRUc5OWSklVvCAJb8p7TFh6089gMR46BjaoVftR2mpqRh1A==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0"
"@matrix-org/olm" "3.2.15"
another-json "^0.2.0"
bs58 "^6.0.0"
content-type "^1.0.4"
jwt-decode "^4.0.0"
loglevel "^1.7.1"
matrix-events-sdk "0.0.1"
matrix-widget-api "^1.8.2"
oidc-client-ts "^3.0.1"
p-retry "4"
sdp-transform "^2.14.1"
unhomoglyph "^1.0.6"
uuid "10"

matrix-mock-request@^2.5.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.6.0.tgz#0855c10b250668ce542b697251087be2bcc23f92"
integrity sha512-D0n+FsoMvHBrBoo60IeGhyrNoCBdT8n+Wl+LMW+k5aR+k9QAxqGopPzJNk1tqeaJLFUhmvYLuNc8/VBKRpPy+Q==
dependencies:
expect "^28.1.0"

matrix-react-sdk@3.109.0-rc.0:
version "3.109.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.109.0-rc.0.tgz#05e72ce441debef4f12e2678d2b2aae2f3c53ba9"
integrity sha512-26Dz4GgzKSJ4yuHepa2K+kDNtUuM55zRvNFYmXxxExSma/k9up/8VyWxWYLbSUrtIij6p2K0S+yA3MaFYAaMkw==
matrix-react-sdk@3.109.0:
version "3.109.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.109.0.tgz#25025f841ee90c25e26a5057464c1fd7ad637061"
integrity sha512-0M+iomIZxhzLp/zUnsd+VbNJYkFQuPGJD5Gi2mjO1N4vGikv2xpIZsPS3VamjUc9NZ6jN29urZo8YX946MmRyA==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.24.0"
Expand Down Expand Up @@ -8286,7 +8265,7 @@ matrix-react-sdk@3.109.0-rc.0:
maplibre-gl "^2.0.0"
matrix-encrypt-attachment "^1.0.3"
matrix-events-sdk "0.0.1"
matrix-js-sdk "34.5.0-rc.0"
matrix-js-sdk "34.5.0"
matrix-widget-api "^1.9.0"
memoize-one "^6.0.0"
minimist "^1.2.5"
Expand Down

0 comments on commit e3a4b9e

Please sign in to comment.