Skip to content

Commit 64c44ae

Browse files
committed
Upgrade matrix-js-sdk to 10.1.0
1 parent ee620be commit 64c44ae

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": "10.1.0-rc.1",
61+
"matrix-js-sdk": "10.1.0",
6262
"matrix-react-sdk": "3.20.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
@@ -7630,6 +7630,21 @@ mathml-tag-names@^2.1.3:
76307630
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
76317631
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
76327632

7633+
7634+
version "10.1.0"
7635+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-10.1.0.tgz#11a78e0330530f78498847c52d390d2a599b029b"
7636+
integrity sha512-VR1bwSKOf7jZa9+0UoAsYvyvLsNGBhT/BdxHMgQKuwx34GwZucp3Tqg/Ng2oTK+0b991xkEk4nRvJoCKK++Ulg==
7637+
dependencies:
7638+
"@babel/runtime" "^7.12.5"
7639+
another-json "^0.2.0"
7640+
browser-request "^0.3.3"
7641+
bs58 "^4.0.1"
7642+
content-type "^1.0.4"
7643+
loglevel "^1.7.1"
7644+
qs "^6.9.6"
7645+
request "^2.88.2"
7646+
unhomoglyph "^1.0.6"
7647+
76337648
76347649
version "10.1.0-rc.1"
76357650
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-10.1.0-rc.1.tgz#67b04cd30cb3b3c8ee7a3a2ead1db567a99e35c8"

0 commit comments

Comments
 (0)