Skip to content

Commit 286c770

Browse files
committed
Upgrade matrix-js-sdk to 15.5.0-rc.1
1 parent c6c1238 commit 286c770

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"gfm.css": "^1.1.2",
6161
"jsrsasign": "^10.2.0",
6262
"katex": "^0.12.0",
63-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
63+
"matrix-js-sdk": "15.5.0-rc.1",
6464
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
6565
"matrix-widget-api": "^0.1.0-beta.18",
6666
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8046,6 +8046,23 @@ matrix-events-sdk@^0.0.1-beta.6:
80468046
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.6.tgz#9001090ed2e2bf29efc113d6b29871bcc6520749"
80478047
integrity sha512-VMqPXe3Bg4R9yC9PNqGv6bDFwWlVYadYxp0Ke1ihhXUCpGcx7e28kOYcqK2T3RxLXK4KK7VH4JRbY53Do3r+Fw==
80488048

8049+
8050+
version "15.5.0-rc.1"
8051+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-15.5.0-rc.1.tgz#9d18ed65f70baf95f896b3e463fab7536377b948"
8052+
integrity sha512-6dC3NJeDkkbjdB1Al8ZfGuA+2Iy+mfwDWiX8XxMLR39idyKluhruJepqNR1G2A5Kh5q+Arnr74GMKBFndDu0og==
8053+
dependencies:
8054+
"@babel/runtime" "^7.12.5"
8055+
another-json "^0.2.0"
8056+
browser-request "^0.3.3"
8057+
bs58 "^4.0.1"
8058+
content-type "^1.0.4"
8059+
loglevel "^1.7.1"
8060+
matrix-events-sdk "^0.0.1-beta.6"
8061+
p-retry "^4.5.0"
8062+
qs "^6.9.6"
8063+
request "^2.88.2"
8064+
unhomoglyph "^1.0.6"
8065+
80498066
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
80508067
version "15.4.0"
80518068
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/0a8b82570252cfd2e70aa2afa4a495a1ace6f811"

0 commit comments

Comments
 (0)