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

Commit 6e5b6b4

Browse files
committed
Upgrade dependency to [email protected]
1 parent c50c32b commit 6e5b6b4

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
@@ -113,7 +113,7 @@
113113
"maplibre-gl": "^2.0.0",
114114
"matrix-encrypt-attachment": "^1.0.3",
115115
"matrix-events-sdk": "0.0.1",
116-
"matrix-js-sdk": "34.1.0-rc.2",
116+
"matrix-js-sdk": "34.1.0-rc.3",
117117
"matrix-widget-api": "^1.5.0",
118118
"memoize-one": "^6.0.0",
119119
"minimist": "^1.2.5",

yarn.lock

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

1882+
"@matrix-org/[email protected]":
1883+
version "3.2.15"
1884+
resolved "https://registry.yarnpkg.com/@matrix-org/olm/-/olm-3.2.15.tgz#55f3c1b70a21bbee3f9195cecd6846b1083451ec"
1885+
integrity sha512-S7lOrndAK9/8qOtaTq/WhttJC/o4GAzdfK0MUPpo8ApzsJEC0QjtwrkC3KBXdFP1cD1MXi/mlKR7aaoVMKgs6Q==
1886+
18821887
"@matrix-org/react-sdk-module-api@^2.4.0":
18831888
version "2.4.0"
18841889
resolved "https://registry.yarnpkg.com/@matrix-org/react-sdk-module-api/-/react-sdk-module-api-2.4.0.tgz#5e4552acbe728141f42c1d54d75dcb4efea9301c"
@@ -6868,13 +6873,14 @@ [email protected]:
68686873
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
68696874
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
68706875

6871-
6872-
version "34.1.0-rc.2"
6873-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.1.0-rc.2.tgz#d8e015eb5baaa77b870fd69f27c31d7edc1098e1"
6874-
integrity sha512-OsmOc3C5mlnsdM9Bpm1jBgdUZBAAL3/ZMaZNOD3OzA9yxhw893NOX7Rx1Azm96cYGYdBJRJ9qQMAaQbkXz5NDA==
6876+
6877+
version "34.1.0-rc.3"
6878+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.1.0-rc.3.tgz#355586355a3a8d29de79f0be8246eab6f585adea"
6879+
integrity sha512-Xd2ER9f95rWssKCOwCXERtgvmmyYGmC/EsM0qdI2qwi2yDhp0Kp/VZHebhUJYJlxOQSUMEf3Jujm6UNCOW1Zyw==
68756880
dependencies:
68766881
"@babel/runtime" "^7.12.5"
68776882
"@matrix-org/matrix-sdk-crypto-wasm" "^6.0.0"
6883+
"@matrix-org/olm" "3.2.15"
68786884
another-json "^0.2.0"
68796885
bs58 "^6.0.0"
68806886
content-type "^1.0.4"

0 commit comments

Comments
 (0)