Skip to content

Commit

Permalink
Upgrade dependency to matrix-react-sdk@3.106.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Aug 6, 2024
1 parent 557a40f commit cbcb0be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 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.3.0-rc.1",
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
"matrix-react-sdk": "3.106.0-rc.1",
"matrix-widget-api": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
28 changes: 5 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8146,35 +8146,17 @@ matrix-js-sdk@34.3.0-rc.1:
unhomoglyph "^1.0.6"
uuid "10"

"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
version "34.2.0"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b8e40ad2a8c26b0cb96def2f95fe16b088530e77"
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0"
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@github:matrix-org/matrix-react-sdk#develop":
version "3.105.1"
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/3fff7bfeca731fc4024bda40a8a5c39d614a91db"
matrix-react-sdk@3.106.0-rc.1:
version "3.106.0-rc.1"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.106.0-rc.1.tgz#7d31a394707364be848cf36c4f003bfb82ecd2fb"
integrity sha512-UURcUlG4B1fLAUqHxxpyQHL8bbDD3V25c+yoyV/+STl6PGU2ZJVC2OgmWgg1WOSfzn5lOP4hpvNUtB18KeXaCQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.24.0"
Expand Down Expand Up @@ -8220,7 +8202,7 @@ matrix-mock-request@^2.5.0:
maplibre-gl "^2.0.0"
matrix-encrypt-attachment "^1.0.3"
matrix-events-sdk "0.0.1"
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
matrix-js-sdk "34.3.0-rc.1"
matrix-widget-api "^1.5.0"
memoize-one "^6.0.0"
minimist "^1.2.5"
Expand Down

0 comments on commit cbcb0be

Please sign in to comment.