Skip to content

Commit 1ec2155

Browse files
committed
Upgrade matrix-react-sdk to 3.61.0
1 parent c777be5 commit 1ec2155

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jsrsasign": "^10.5.25",
6262
"katex": "^0.16.0",
6363
"matrix-js-sdk": "21.2.0",
64-
"matrix-react-sdk": "3.61.0-rc.1",
64+
"matrix-react-sdk": "3.61.0",
6565
"matrix-widget-api": "^1.1.1",
6666
"prop-types": "^15.7.2",
6767
"react": "17.0.2",

yarn.lock

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8283,35 +8283,17 @@ [email protected]:
82838283
sdp-transform "^2.14.1"
82848284
unhomoglyph "^1.0.6"
82858285

8286-
8287-
version "21.2.0-rc.1"
8288-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-21.2.0-rc.1.tgz#8fe43ab89962d62ae7a35eba3d5689bad8b60fce"
8289-
integrity sha512-PQfTY1FC8pa8FtkrSJdLQ1yTWLZ+ZeAavhk+S8Og5MKc8g618zJelOVA/7XQJgCdGNEOb29L9yKSfsl1qHFrtQ==
8290-
dependencies:
8291-
"@babel/runtime" "^7.12.5"
8292-
"@types/sdp-transform" "^2.4.5"
8293-
another-json "^0.2.0"
8294-
bs58 "^5.0.0"
8295-
content-type "^1.0.4"
8296-
loglevel "^1.7.1"
8297-
matrix-events-sdk "0.0.1"
8298-
matrix-widget-api "^1.0.0"
8299-
p-retry "4"
8300-
qs "^6.9.6"
8301-
sdp-transform "^2.14.1"
8302-
unhomoglyph "^1.0.6"
8303-
83048286
matrix-mock-request@^2.5.0:
83058287
version "2.5.0"
83068288
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.5.0.tgz#78da2590e82be2e31edcf9814833af5e5f8d2f1a"
83078289
integrity sha512-7T3gklpW+4rfHsTnp/FDML7aWoBrXhAh8+1ltinQfAh9TDj6y382z/RUMR7i03d1WDzt/ed1UTihqO5GDoOq9Q==
83088290
dependencies:
83098291
expect "^28.1.0"
83108292

8311-
8312-
version "3.61.0-rc.1"
8313-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.61.0-rc.1.tgz#dd9f75fad3693c74eff1be0236fa32c692de7af6"
8314-
integrity sha512-fcPOcHtRSp0bWjY2sPgDttG4oO/4KDX8GALZHtZqMjoyiXly56aY7ubxq3Y1x/O7FgU/RNN8P3fSqkZzo+y2fw==
8293+
8294+
version "3.61.0"
8295+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.61.0.tgz#8f8349b9e3ef402cadb716bd1bab16f1246b9f38"
8296+
integrity sha512-FMoIuVaKuOCx69P3I8EY0ixARYHpiF0BcLFKYQFmsHtmA5lv5J8LOJKLGjFoJU+X0zAIkLiwQ5OzEGFnRoHEMg==
83158297
dependencies:
83168298
"@babel/runtime" "^7.12.5"
83178299
"@matrix-org/analytics-events" "^0.3.0"
@@ -8351,7 +8333,7 @@ [email protected]:
83518333
maplibre-gl "^1.15.2"
83528334
matrix-encrypt-attachment "^1.0.3"
83538335
matrix-events-sdk "0.0.1"
8354-
matrix-js-sdk "21.2.0-rc.1"
8336+
matrix-js-sdk "21.2.0"
83558337
matrix-widget-api "^1.1.1"
83568338
minimist "^1.2.5"
83578339
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)