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

Commit 018c4f4

Browse files
committed
Upgrade dependency to [email protected]
1 parent 3a6ec1e commit 018c4f4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"maplibre-gl": "^2.0.0",
119119
"matrix-encrypt-attachment": "^1.0.3",
120120
"matrix-events-sdk": "0.0.1",
121-
"matrix-js-sdk": "34.3.0-rc.0",
121+
"matrix-js-sdk": "34.3.0-rc.1",
122122
"matrix-widget-api": "^1.5.0",
123123
"memoize-one": "^6.0.0",
124124
"minimist": "^1.2.5",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,11 @@
18551855
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.37.4.tgz#bd9b46051a21c9986477e3a83a1417b1ee926d81"
18561856
integrity sha512-4OtBWAHNAOu9P5C6jOIeHlu4ChwV2YusxnbGuN20IceC4bT2h38flZQgm0x9/jgHfF0LwnKUwKXsxtRoq8xW0g==
18571857

1858+
"@matrix-org/[email protected]":
1859+
version "3.2.15"
1860+
resolved "https://registry.yarnpkg.com/@matrix-org/olm/-/olm-3.2.15.tgz#55f3c1b70a21bbee3f9195cecd6846b1083451ec"
1861+
integrity sha512-S7lOrndAK9/8qOtaTq/WhttJC/o4GAzdfK0MUPpo8ApzsJEC0QjtwrkC3KBXdFP1cD1MXi/mlKR7aaoVMKgs6Q==
1862+
18581863
"@matrix-org/react-sdk-module-api@^2.4.0":
18591864
version "2.4.0"
18601865
resolved "https://registry.yarnpkg.com/@matrix-org/react-sdk-module-api/-/react-sdk-module-api-2.4.0.tgz#5e4552acbe728141f42c1d54d75dcb4efea9301c"
@@ -6906,13 +6911,14 @@ [email protected]:
69066911
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69076912
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69086913

6909-
6910-
version "34.3.0-rc.0"
6911-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.3.0-rc.0.tgz#263dca9ad418e4c48ab5c25b5886672bf52043ac"
6912-
integrity sha512-3+AprQidALGx11LmVLNhF4gLjfPL3bg964JRQTtrVXgX+p9fmhraRXr30r0ljDissniTBRYQl4SKVlP73H5Tzg==
6914+
6915+
version "34.3.0-rc.1"
6916+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.3.0-rc.1.tgz#5d16722c41a2b15868f5ab1db7b994b04b7d8cdb"
6917+
integrity sha512-52X0yrS6nzHery435lni6dWcndqBBq5OE4ZmMjnd0pXIZ5HjlXvgpgC7SlfR+V0BSm4YWEGAnh1FjRbOmsyaRA==
69136918
dependencies:
69146919
"@babel/runtime" "^7.12.5"
69156920
"@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0"
6921+
"@matrix-org/olm" "3.2.15"
69166922
another-json "^0.2.0"
69176923
bs58 "^6.0.0"
69186924
content-type "^1.0.4"

0 commit comments

Comments
 (0)