Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ad4788e

Browse files
committed
Upgrade matrix-js-sdk to 25.2.0-rc.2
1 parent acdbae3 commit ad4788e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"maplibre-gl": "^2.0.0",
9797
"matrix-encrypt-attachment": "^1.0.3",
9898
"matrix-events-sdk": "0.0.1",
99-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
99+
"matrix-js-sdk": "25.2.0-rc.2",
100100
"matrix-widget-api": "^1.3.1",
101101
"memoize-one": "^6.0.0",
102102
"minimist": "^1.2.5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,10 +1581,10 @@
15811581
resolved "https://registry.yarnpkg.com/@matrix-org/analytics-events/-/analytics-events-0.5.0.tgz#38b69c4e29d243944c5712cca7b674a3432056e6"
15821582
integrity sha512-uL5kf7MqC+GxsGJtimPVbFliyaFinohTHSzohz31JTysktHsjRR2SC+vV7sy2/dstTWVdG9EGOnohyPsB+oi3A==
15831583

1584-
"@matrix-org/matrix-sdk-crypto-js@^0.1.0-alpha.8":
1585-
version "0.1.0-alpha.8"
1586-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.8.tgz#18dd8e7fb56602d2999d8a502b49e902a2bb3782"
1587-
integrity sha512-hdmbbGXKrN6JNo3wdBaR5Zs3lXlzllT3U43ViNTlabB3nKkOZQnEAN/Isv+4EQSgz1+8897veI9Q8sqlQX22oA==
1584+
"@matrix-org/matrix-sdk-crypto-js@^0.1.0-alpha.9":
1585+
version "0.1.0-alpha.9"
1586+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.9.tgz#00bc266781502641a661858a5a521dd4d95275fc"
1587+
integrity sha512-g5cjpFwA9h0CbEGoAqNVI2QcyDsbI8FHoLo9+OXWHIezEKITsSv78mc5ilIwN+2YpmVlH0KNeQWTHw4vi0BMnw==
15881588

15891589
"@matrix-org/matrix-wysiwyg@^2.0.0":
15901590
version "2.0.0"
@@ -6488,12 +6488,13 @@ [email protected]:
64886488
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
64896489
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
64906490

6491-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6492-
version "25.1.0"
6493-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/73ca9c9ed28847454e13da358c581769e695ff42"
6491+
6492+
version "25.2.0-rc.2"
6493+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-25.2.0-rc.2.tgz#e0c41992609e48e0a630ad3dac2366878255051a"
6494+
integrity sha512-KpSa2VcCSir3UQySJnFx7iECZa2yT0t1OMv9tgmY4LM6u5hkUmqV03QbcBbl9VPtH8secg6Q4kwrDPi/LlVWpQ==
64946495
dependencies:
64956496
"@babel/runtime" "^7.12.5"
6496-
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.8"
6497+
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.9"
64976498
another-json "^0.2.0"
64986499
bs58 "^5.0.0"
64996500
content-type "^1.0.4"

0 commit comments

Comments
 (0)