Skip to content

Commit b6ba333

Browse files
committed
Upgrade dependency to [email protected]
1 parent 6b7c949 commit b6ba333

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
@@ -124,7 +124,7 @@
124124
"maplibre-gl": "^4.0.0",
125125
"matrix-encrypt-attachment": "^1.0.3",
126126
"matrix-events-sdk": "0.0.1",
127-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
127+
"matrix-js-sdk": "35.0.0-rc.0",
128128
"matrix-widget-api": "^1.10.0",
129129
"memoize-one": "^6.0.0",
130130
"mime": "^4.0.4",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,10 +2005,10 @@
20052005
emojibase "^15.3.1"
20062006
emojibase-data "^15.3.1"
20072007

2008-
"@matrix-org/matrix-sdk-crypto-wasm@^9.0.0":
2009-
version "9.1.0"
2010-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-9.1.0.tgz#f889653eb4fafaad2a963654d586bd34de62acd5"
2011-
integrity sha512-CtPoNcoRW6ehwxpRQAksG3tR+NJ7k4DV02nMFYTDwQtie1V4R8OTY77BjEIs97NOblhtS26jU8m1lWsOBEz0Og==
2008+
"@matrix-org/matrix-sdk-crypto-wasm@^11.0.0":
2009+
version "11.0.0"
2010+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-11.0.0.tgz#c49a1a0d1e367d3c00a2144a4ab23caee0b1eec2"
2011+
integrity sha512-a7NUH8Kjc8hwzNCPpkOGXoceFqWJiWvA8OskXeDrKyODJuDz4yKrZ/nvgaVRfQe45Ab5UC1ZXYqaME+ChlJuqg==
20122012

20132013
"@matrix-org/[email protected]":
20142014
version "3.2.15"
@@ -8237,12 +8237,13 @@ [email protected]:
82378237
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
82388238
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
82398239

8240-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
8241-
version "34.13.0"
8242-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/c4ea57d42dcf8bd04c40feaa2c686487dbcab338"
8240+
8241+
version "35.0.0-rc.0"
8242+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-35.0.0-rc.0.tgz#9d61a31f8eef3ca4b6ce8c9db7163310593d3cc9"
8243+
integrity sha512-YlO2uwjZuf45XmPEwWrOM07r2sPJXIZCe5IIT94hC63oDEYe14Ia0WzlnzjP9wDP+qmhdHXjOuwx5VOstP6NMA==
82438244
dependencies:
82448245
"@babel/runtime" "^7.12.5"
8245-
"@matrix-org/matrix-sdk-crypto-wasm" "^9.0.0"
8246+
"@matrix-org/matrix-sdk-crypto-wasm" "^11.0.0"
82468247
"@matrix-org/olm" "3.2.15"
82478248
another-json "^0.2.0"
82488249
bs58 "^6.0.0"

0 commit comments

Comments
 (0)