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

Commit 3a460f3

Browse files
committed
Upgrade matrix-js-sdk to 23.3.0-rc.1
1 parent 76c4341 commit 3a460f3

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
@@ -93,7 +93,7 @@
9393
"maplibre-gl": "^2.0.0",
9494
"matrix-encrypt-attachment": "^1.0.3",
9595
"matrix-events-sdk": "0.0.1",
96-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
96+
"matrix-js-sdk": "23.3.0-rc.1",
9797
"matrix-widget-api": "^1.1.1",
9898
"minimist": "^1.2.5",
9999
"opus-recorder": "^8.0.3",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,10 +1584,10 @@
15841584
resolved "https://registry.yarnpkg.com/@matrix-org/analytics-events/-/analytics-events-0.4.0.tgz#ec75400ac41272cd2d47774da433437aba789bcf"
15851585
integrity sha512-tLeak2pYiyxn431o7EdOJGwRjj2DApybOLZ0YtFMuhv87pBQhc3lz+IKCJ2c8NwV6e7kf4YNaTdXeygBvFPGFw==
15861586

1587-
"@matrix-org/matrix-sdk-crypto-js@^0.1.0-alpha.2":
1588-
version "0.1.0-alpha.2"
1589-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.2.tgz#a09d0fea858e817da971a3c9f904632ef7b49eb6"
1590-
integrity sha512-oVkBCh9YP7H9i4gAoQbZzswniczfo/aIptNa4dxRi4Ff9lSvUCFv6Hvzi7C+90c0/PWZLXjIDTIAWZYmwyd2fA==
1587+
"@matrix-org/matrix-sdk-crypto-js@^0.1.0-alpha.3":
1588+
version "0.1.0-alpha.4"
1589+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.4.tgz#1b20294e0354c3dcc9c7dc810d883198a4042f04"
1590+
integrity sha512-mdaDKrw3P5ZVCpq0ioW0pV6ihviDEbS8ZH36kpt9stLKHwwDSopPogE6CkQhi0B1jn1yBUtOYi32mBV/zcOR7g==
15911591

15921592
"@matrix-org/matrix-wysiwyg@^0.23.0":
15931593
version "0.23.0"
@@ -6496,12 +6496,13 @@ [email protected]:
64966496
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
64976497
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
64986498

6499-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6500-
version "23.2.0"
6501-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/1c26dc02339c6b7c67b030b1701248a2d68c24c0"
6499+
6500+
version "23.3.0-rc.1"
6501+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-23.3.0-rc.1.tgz#eb78f6b10864d5f6f8edb2738795e79e9aee9e02"
6502+
integrity sha512-EX7yW49Z8+u1+zb7CaDBx0i6eLBQuQZ0Owh51vOpf81G+j60sEPZ76uwsz2rLe3bD0BkCFjLPKN4Dm+RTKpUXQ==
65026503
dependencies:
65036504
"@babel/runtime" "^7.12.5"
6504-
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.2"
6505+
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.3"
65056506
another-json "^0.2.0"
65066507
bs58 "^5.0.0"
65076508
content-type "^1.0.4"

0 commit comments

Comments
 (0)