Skip to content

Commit 16be9e4

Browse files
committed
Upgrade matrix-js-sdk to 8.1.0
1 parent 05816fc commit 16be9e4

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
@@ -59,7 +59,7 @@
5959
"browser-request": "^0.3.3",
6060
"gfm.css": "^1.1.2",
6161
"highlight.js": "^9.13.1",
62-
"matrix-js-sdk": "8.1.0-rc.1",
62+
"matrix-js-sdk": "8.1.0",
6363
"matrix-react-sdk": "3.2.0-rc.1",
6464
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
6565
"prop-types": "^15.7.2",

yarn.lock

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

7315+
matrix-js-sdk@8.1.0:
7316+
version "8.1.0"
7317+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.1.0.tgz#c4e48b03a54455dda3d3e1c539ce31dbb46790ac"
7318+
integrity sha512-id/J1rBmooQWebCNO4we5W4w816+6LR503H6N1A3jn2CZl2etg86HOScmtGmw+4qkzjKJI5QkL30tvDyAJ+lxA==
7319+
dependencies:
7320+
"@babel/runtime" "^7.8.3"
7321+
another-json "^0.2.0"
7322+
browser-request "^0.3.3"
7323+
bs58 "^4.0.1"
7324+
content-type "^1.0.2"
7325+
loglevel "^1.6.4"
7326+
qs "^6.5.2"
7327+
request "^2.88.0"
7328+
unhomoglyph "^1.0.2"
7329+
73157330
matrix-js-sdk@8.1.0-rc.1:
73167331
version "8.1.0-rc.1"
73177332
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.1.0-rc.1.tgz#e42ca8dae7f513f956457eeb46f03c445a3712e8"

0 commit comments

Comments
 (0)