Skip to content

Commit 8ce7de3

Browse files
committed
Upgrade matrix-js-sdk to 11.0.0
1 parent 5eaaf34 commit 8ce7de3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"highlight.js": "^10.5.0",
5959
"jsrsasign": "^10.1.5",
6060
"katex": "^0.12.0",
61-
"matrix-js-sdk": "11.0.0-rc.1",
61+
"matrix-js-sdk": "11.0.0",
6262
"matrix-react-sdk": "3.21.0-rc.1",
6363
"matrix-widget-api": "^0.1.0-beta.13",
6464
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7648,6 +7648,21 @@ mathml-tag-names@^2.1.3:
76487648
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
76497649
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
76507650

7651+
7652+
version "11.0.0"
7653+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-11.0.0.tgz#66428b3d7606acd0d566ebc7cc7333e15f25b2a8"
7654+
integrity sha512-54yhqGRlogNv1QKpnn5kDAJ6z5MwoXH/Yqv0cFpq0lS1mzVJUIg4urpNPQBDidcA0IqGhu4aYUuy5s1cwHyTsg==
7655+
dependencies:
7656+
"@babel/runtime" "^7.12.5"
7657+
another-json "^0.2.0"
7658+
browser-request "^0.3.3"
7659+
bs58 "^4.0.1"
7660+
content-type "^1.0.4"
7661+
loglevel "^1.7.1"
7662+
qs "^6.9.6"
7663+
request "^2.88.2"
7664+
unhomoglyph "^1.0.6"
7665+
76517666
76527667
version "11.0.0-rc.1"
76537668
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-11.0.0-rc.1.tgz#a40fdc9e93a1a9e873dd867e5766a20ea780e1d8"

0 commit comments

Comments
 (0)