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

Commit 73f4702

Browse files
committed
Upgrade matrix-js-sdk to 30.3.0-rc.0
1 parent e92ca4f commit 73f4702

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"maplibre-gl": "^2.0.0",
108108
"matrix-encrypt-attachment": "^1.0.3",
109109
"matrix-events-sdk": "0.0.1",
110-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
110+
"matrix-js-sdk": "30.3.0-rc.0",
111111
"matrix-widget-api": "^1.5.0",
112112
"memoize-one": "^6.0.0",
113113
"minimist": "^1.2.5",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@
18691869
emojibase "^15.0.0"
18701870
emojibase-data "^15.0.0"
18711871

1872-
"@matrix-org/matrix-sdk-crypto-wasm@^3.2.0":
1872+
"@matrix-org/matrix-sdk-crypto-wasm@^3.4.0":
18731873
version "3.4.0"
18741874
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.4.0.tgz#fc4474c220320687857e1f54f709944e78d48824"
18751875
integrity sha512-noO6QnH+ypT//CxewoQdlK/z2iuyQo1Ecp1PDaYyr/NV5yXkWvGfGIIcShXqrQJfL5kuWxg/14edNplXsaXoDQ==
@@ -7625,12 +7625,13 @@ [email protected]:
76257625
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
76267626
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
76277627

7628-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7629-
version "30.2.0"
7630-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/103617c70ef218d9dfffabac8802e626341d11a1"
7628+
7629+
version "30.3.0-rc.0"
7630+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.3.0-rc.0.tgz#3bb3c1dcca098daa9ba54db8429ff199cd91e21f"
7631+
integrity sha512-lMXoO8na1ImftaWtZPz+2vIv4u+29subxJc3cjsLZXAsFDKq3oooqKBC6FtGy9k0LnX3QIRuDhLPH1IQ6AJeFg==
76317632
dependencies:
76327633
"@babel/runtime" "^7.12.5"
7633-
"@matrix-org/matrix-sdk-crypto-wasm" "^3.2.0"
7634+
"@matrix-org/matrix-sdk-crypto-wasm" "^3.4.0"
76347635
another-json "^0.2.0"
76357636
bs58 "^5.0.0"
76367637
content-type "^1.0.4"

0 commit comments

Comments
 (0)