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

Commit d9b7978

Browse files
committed
Upgrade matrix-js-sdk to 23.1.0-rc.1
1 parent a1ec86e commit d9b7978

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"maplibre-gl": "^2.0.0",
9393
"matrix-encrypt-attachment": "^1.0.3",
9494
"matrix-events-sdk": "0.0.1",
95-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
95+
"matrix-js-sdk": "23.1.0-rc.1",
9696
"matrix-widget-api": "^1.1.1",
9797
"minimist": "^1.2.5",
9898
"opus-recorder": "^8.0.3",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6400,9 +6400,10 @@ [email protected]:
64006400
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
64016401
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
64026402

6403-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6404-
version "23.0.0"
6405-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/1ebcac37cca04f108548376f02a7a2d0666904d6"
6403+
6404+
version "23.1.0-rc.1"
6405+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-23.1.0-rc.1.tgz#1218089935a0a61b2b0e142ac737435a0e5d9ba9"
6406+
integrity sha512-smy7gye40kG4vdLufWWivou+gOjCB/WO4X68PlL5MOddTBs/GiKBZ0X026SA/09eYGwH614lxZoWkir4BlKBjg==
64066407
dependencies:
64076408
"@babel/runtime" "^7.12.5"
64086409
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.2"
@@ -6413,7 +6414,6 @@ [email protected]:
64136414
matrix-events-sdk "0.0.1"
64146415
matrix-widget-api "^1.0.0"
64156416
p-retry "4"
6416-
qs "^6.9.6"
64176417
sdp-transform "^2.14.1"
64186418
unhomoglyph "^1.0.6"
64196419
uuid "9"
@@ -7230,13 +7230,6 @@ [email protected]:
72307230
pngjs "^5.0.0"
72317231
yargs "^15.3.1"
72327232

7233-
qs@^6.9.6:
7234-
version "6.11.0"
7235-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
7236-
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
7237-
dependencies:
7238-
side-channel "^1.0.4"
7239-
72407233
qs@~6.5.2:
72417234
version "6.5.3"
72427235
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"

0 commit comments

Comments
 (0)