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

Commit d2b287c

Browse files
committed
Upgrade matrix-js-sdk to 28.0.0-rc.1
1 parent 3684c77 commit d2b287c

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
@@ -98,7 +98,7 @@
9898
"maplibre-gl": "^2.0.0",
9999
"matrix-encrypt-attachment": "^1.0.3",
100100
"matrix-events-sdk": "0.0.1",
101-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
101+
"matrix-js-sdk": "28.0.0-rc.1",
102102
"matrix-widget-api": "^1.5.0",
103103
"memoize-one": "^6.0.0",
104104
"minimist": "^1.2.5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,10 +1861,10 @@
18611861
emojibase "^15.0.0"
18621862
emojibase-data "^15.0.0"
18631863

1864-
"@matrix-org/matrix-sdk-crypto-wasm@^1.2.0":
1865-
version "1.2.0"
1866-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-1.2.0.tgz#115cd21cb2bba3c8166cf09e7d61da0902aa8973"
1867-
integrity sha512-vmpbtXYFzfBSFjeAx/PNRjy7zyH+Xx2HVXNKdApgo3+hSALewcXwdOTJy5pKq+poumM2TjjKDhG2s6/zSDNUYg==
1864+
"@matrix-org/matrix-sdk-crypto-wasm@^1.2.1":
1865+
version "1.2.1"
1866+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-1.2.1.tgz#5b546c8a0e53b614f10b77b3b649818aed9d0db1"
1867+
integrity sha512-DCb7Q83PCQK0uav5vB3KNV/hJPlxAhT/ddar+VHz2kC39hMLKGzWYVhprpLYVcavaE/6OX+Q/xFkAoV/3QtUHQ==
18681868

18691869
"@matrix-org/matrix-wysiwyg@^2.4.1":
18701870
version "2.4.1"
@@ -7310,12 +7310,13 @@ [email protected]:
73107310
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
73117311
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
73127312

7313-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7314-
version "27.2.0"
7315-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/97cf73bc52814c2a479161caffffb85fe6ce63c8"
7313+
7314+
version "28.0.0-rc.1"
7315+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-28.0.0-rc.1.tgz#ee6e12bd889caea942a1456fff6feb7997b5a9cd"
7316+
integrity sha512-x/Vz8ZF3MXg6OWhplsr6BVySfKahUhJg9osCbslHI/u/wvp9Q1eROybTjF7iiO3KE8guyl/xvOeAe2nbIPkDFw==
73167317
dependencies:
73177318
"@babel/runtime" "^7.12.5"
7318-
"@matrix-org/matrix-sdk-crypto-wasm" "^1.2.0"
7319+
"@matrix-org/matrix-sdk-crypto-wasm" "^1.2.1"
73197320
another-json "^0.2.0"
73207321
bs58 "^5.0.0"
73217322
content-type "^1.0.4"

0 commit comments

Comments
 (0)