Skip to content

Commit

Permalink
Upgrade dependency to matrix-react-sdk@3.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Mar 12, 2024
1 parent 3f8ce55 commit ddec6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"katex": "^0.16.0",
"lodash": "^4.17.21",
"matrix-js-sdk": "31.5.0",
"matrix-react-sdk": "3.94.0-rc.0",
"matrix-react-sdk": "3.94.0",
"matrix-widget-api": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
30 changes: 5 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8620,37 +8620,17 @@ matrix-js-sdk@31.5.0:
unhomoglyph "^1.0.6"
uuid "9"

matrix-js-sdk@31.5.0-rc.0:
version "31.5.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-31.5.0-rc.0.tgz#0db6dc4b349289804a59b114d50774bda7cbd55e"
integrity sha512-63th8wvf4HRNRxp0pcF47yeVo7dW24z7Cuz/b23YKixHFzlGMSwNnUpLl9bgeN/tbcDI1XK40uT89CgG5S4MUg==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^4.6.0"
another-json "^0.2.0"
bs58 "^5.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.6.0"
oidc-client-ts "^3.0.1"
p-retry "4"
sdp-transform "^2.14.1"
unhomoglyph "^1.0.6"
uuid "9"

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.94.0-rc.0:
version "3.94.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.94.0-rc.0.tgz#e0da7c43ac02f001fdf76bee22ba75baff48a217"
integrity sha512-NqBruQy2nnt3/zSfLOWXSWInWN9CSrjfhJ3AXLzCDrwW5ErKdNZqrPCgRbmdYTGf5Uk/94KoFeZ67y6EzynlIA==
matrix-react-sdk@3.94.0:
version "3.94.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.94.0.tgz#25c39caab65af7c531018d0967e8ad4e6b7097c4"
integrity sha512-qVu5MdgU/tY3dQOEepE2Qz/zw/FINKMwoMzPNBuCitV1yilM/UWfMHZhBOyqqLeA3qJoeP+1O+XByg3aks9J/Q==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.10.0"
Expand Down Expand Up @@ -8694,7 +8674,7 @@ matrix-react-sdk@3.94.0-rc.0:
maplibre-gl "^2.0.0"
matrix-encrypt-attachment "^1.0.3"
matrix-events-sdk "0.0.1"
matrix-js-sdk "31.5.0-rc.0"
matrix-js-sdk "31.5.0"
matrix-widget-api "^1.5.0"
memoize-one "^6.0.0"
minimist "^1.2.5"
Expand Down

0 comments on commit ddec6ae

Please sign in to comment.