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

Commit 485c12e

Browse files
committed
Upgrade dependency to [email protected]
1 parent 4ae94ae commit 485c12e

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
@@ -108,7 +108,7 @@
108108
"maplibre-gl": "^2.0.0",
109109
"matrix-encrypt-attachment": "^1.0.3",
110110
"matrix-events-sdk": "0.0.1",
111-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
111+
"matrix-js-sdk": "32.0.0-rc.0",
112112
"matrix-widget-api": "^1.5.0",
113113
"memoize-one": "^6.0.0",
114114
"minimist": "^1.2.5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,10 +1848,10 @@
18481848
emojibase "^15.0.0"
18491849
emojibase-data "^15.0.0"
18501850

1851-
"@matrix-org/matrix-sdk-crypto-wasm@^4.6.0":
1852-
version "4.6.0"
1853-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-4.6.0.tgz#35224214c7638abbe2bc91fb4fa4fb022a1a2bf0"
1854-
integrity sha512-v9PFWzSTWMlZKbyk3PPsZjUtOEQ7FIz5USD3lFRUWiS4pv0FOKR125VOUnR5Z/kAty57JXCHDAexCln3zE2Fww==
1851+
"@matrix-org/matrix-sdk-crypto-wasm@^4.9.0":
1852+
version "4.9.0"
1853+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-4.9.0.tgz#9dfed83e33f760650596c4e5c520e5e4c53355d2"
1854+
integrity sha512-/bgA4QfE7qkK6GFr9hnhjAvRSebGrmEJxukU0ukbudZcYvbzymoBBM8j3HeULXZT8kbw8WH6z63txYTMCBSDOA==
18551855

18561856
"@matrix-org/[email protected]":
18571857
version "2.17.0"
@@ -6995,12 +6995,13 @@ [email protected]:
69956995
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69966996
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69976997

6998-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6999-
version "31.6.1"
7000-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/514633c5fa0d226b686d607e40a238b5a9237f73"
6998+
6999+
version "32.0.0-rc.0"
7000+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-32.0.0-rc.0.tgz#50265c55f53357e700b52bfd07f8a35a44bbd9dd"
7001+
integrity sha512-t5CoNmyJsAF8Vv1fQFcI4bBpuQ9P0cv+mrCcY8/GZfMDa+rmSWrSxXgxJ/x9falL5H2VqTKqLA41pMx9kyaKzA==
70017002
dependencies:
70027003
"@babel/runtime" "^7.12.5"
7003-
"@matrix-org/matrix-sdk-crypto-wasm" "^4.6.0"
7004+
"@matrix-org/matrix-sdk-crypto-wasm" "^4.9.0"
70047005
another-json "^0.2.0"
70057006
bs58 "^5.0.0"
70067007
content-type "^1.0.4"

0 commit comments

Comments
 (0)