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

Commit 1906af2

Browse files
committed
Upgrade dependency to [email protected]
1 parent 15de001 commit 1906af2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

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

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,10 +1876,10 @@
18761876
emojibase "^15.0.0"
18771877
emojibase-data "^15.0.0"
18781878

1879-
"@matrix-org/matrix-sdk-crypto-wasm@^5.0.0":
1880-
version "5.0.0"
1881-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-5.0.0.tgz#f45a7bccaad218c05bcf9e7c8ca783c9d9a07af4"
1882-
integrity sha512-37ASjCKSTU5ycGfkP+LUXG4Ok6OAf6vE+1qU6uwWhe6FwadCS3vVWzJYd/3d9BQFwsx4GhFTIAXrW4iLG85rmQ==
1879+
"@matrix-org/matrix-sdk-crypto-wasm@^6.0.0":
1880+
version "6.1.0"
1881+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-6.1.0.tgz#1cedf2bcbd6795e297fd45ea4a33f2c8c5204fdd"
1882+
integrity sha512-8Wn4TT9PEJswfE8+6mA60JHrxyiWYXfM4EM5800tLz+Rl9QRGk9JDF0o0cTb26v6bfXTa3/pCGWAkUVk0ROPEw==
18831883

18841884
"@matrix-org/[email protected]":
18851885
version "2.37.3"
@@ -7020,12 +7020,13 @@ [email protected]:
70207020
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
70217021
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
70227022

7023-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7024-
version "33.1.0"
7025-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/987ec1e62fcdbd626d5abcba5e9dcdaa9eaaa758"
7023+
7024+
version "34.0.0-rc.0"
7025+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.0.0-rc.0.tgz#18582d596733f2025d34a851f5f4f3ea4a0c86b9"
7026+
integrity sha512-00jqXL4vaoG1T9LpufDo8VccWjKjVRTL4bPgzrN6UkCZNFS0TT9AO8UTNRtZiGx0KvfBnrZoKc11jonuaWbPuw==
70267027
dependencies:
70277028
"@babel/runtime" "^7.12.5"
7028-
"@matrix-org/matrix-sdk-crypto-wasm" "^5.0.0"
7029+
"@matrix-org/matrix-sdk-crypto-wasm" "^6.0.0"
70297030
another-json "^0.2.0"
70307031
bs58 "^5.0.0"
70317032
content-type "^1.0.4"

0 commit comments

Comments
 (0)