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

Commit 1aeee16

Browse files
committed
Upgrade dependency to [email protected]
1 parent 79c9ad9 commit 1aeee16

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
@@ -106,7 +106,7 @@
106106
"maplibre-gl": "^2.0.0",
107107
"matrix-encrypt-attachment": "^1.0.3",
108108
"matrix-events-sdk": "0.0.1",
109-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
109+
"matrix-js-sdk": "31.3.0-rc.3",
110110
"matrix-widget-api": "^1.5.0",
111111
"memoize-one": "^6.0.0",
112112
"minimist": "^1.2.5",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832
emojibase "^15.0.0"
18331833
emojibase-data "^15.0.0"
18341834

1835-
"@matrix-org/matrix-sdk-crypto-wasm@^4.1.0":
1835+
"@matrix-org/matrix-sdk-crypto-wasm@^4.3.0":
18361836
version "4.3.0"
18371837
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-4.3.0.tgz#ef08e7eafae6e9e85658c14a41f0d74a48c03f4a"
18381838
integrity sha512-05+NO78pXda/MTxi05NJwBbbAsOmU6WywBOcAk9GarPzgvrj4GvOuYTY6VR5PD7Gzb3AI+vNx/Ho4V0GFKPW/w==
@@ -6944,12 +6944,13 @@ [email protected]:
69446944
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69456945
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69466946

6947-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6948-
version "31.2.0"
6949-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/1a364c93c3e2d4c211dc9cf374fb80038bab1214"
6947+
6948+
version "31.3.0-rc.3"
6949+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-31.3.0-rc.3.tgz#947fcd28ca5ecd20eaa9e3df293c4dd6e14aecad"
6950+
integrity sha512-wSLue7BSHzC/Szj/Sf/6FFs1mTz9DdRcogv+ETZNg/Uf8s0zjx+uOCjnPF/pshM6Kf2k4nq9nI6ORWMOr0MRsg==
69506951
dependencies:
69516952
"@babel/runtime" "^7.12.5"
6952-
"@matrix-org/matrix-sdk-crypto-wasm" "^4.1.0"
6953+
"@matrix-org/matrix-sdk-crypto-wasm" "^4.3.0"
69536954
another-json "^0.2.0"
69546955
bs58 "^5.0.0"
69556956
content-type "^1.0.4"

0 commit comments

Comments
 (0)