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

Commit a00e27d

Browse files
committed
Upgrade matrix-js-sdk to 29.1.0-rc.1
1 parent 5fce14e commit a00e27d

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
@@ -101,7 +101,7 @@
101101
"maplibre-gl": "^2.0.0",
102102
"matrix-encrypt-attachment": "^1.0.3",
103103
"matrix-events-sdk": "0.0.1",
104-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
104+
"matrix-js-sdk": "29.1.0-rc.1",
105105
"matrix-widget-api": "^1.5.0",
106106
"memoize-one": "^6.0.0",
107107
"minimist": "^1.2.5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,10 +1928,10 @@
19281928
emojibase "^15.0.0"
19291929
emojibase-data "^15.0.0"
19301930

1931-
"@matrix-org/matrix-sdk-crypto-wasm@^1.2.3-alpha.0":
1932-
version "1.2.3-alpha.0"
1933-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-1.2.3-alpha.0.tgz#f6f93e3ee44c5f1e0e255badd26f4a7d3fb1dab8"
1934-
integrity sha512-BFLqfq/WbYZ+83r4UWLhwtBYvTp5DKTHNeWUSDBVvudFtqBvkntNAAUz+xmhmO1XkyNm+sBaElxF8IS9S8zdww==
1931+
"@matrix-org/matrix-sdk-crypto-wasm@^2.0.0":
1932+
version "2.0.0"
1933+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-2.0.0.tgz#a4e9682705f090c94a58f6b851054f7598de9e83"
1934+
integrity sha512-8tKmI9u35URvtAr6zcfNGphImWt1y458iKq2PSPOSARlsmVk2lkrhsBFihBnWJY1oJC2EMsyfI8XTRuVYv00TQ==
19351935

19361936
"@matrix-org/matrix-wysiwyg@^2.4.1":
19371937
version "2.4.1"
@@ -7714,12 +7714,13 @@ [email protected]:
77147714
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
77157715
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
77167716

7717-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7718-
version "29.0.0"
7719-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/3cf6f568f3d489e38ca14b5a8927ff27996d96bb"
7717+
7718+
version "29.1.0-rc.1"
7719+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-29.1.0-rc.1.tgz#863819b40d4797490824b6b0c86793a76b88ad82"
7720+
integrity sha512-FC2kWotwec5JKUYr8zS86G2WiUvJ03RQcv3kwQazP59a3htI9OrfYOGKp3M3GBW5+nu11QwvZn21bbJFbW8Yuw==
77207721
dependencies:
77217722
"@babel/runtime" "^7.12.5"
7722-
"@matrix-org/matrix-sdk-crypto-wasm" "^1.2.3-alpha.0"
7723+
"@matrix-org/matrix-sdk-crypto-wasm" "^2.0.0"
77237724
another-json "^0.2.0"
77247725
bs58 "^5.0.0"
77257726
content-type "^1.0.4"

0 commit comments

Comments
 (0)