Skip to content

Commit a09ab52

Browse files
committed
Upgrade matrix-js-sdk to 8.2.0
1 parent 669a5e6 commit a09ab52

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.2.0-rc.1",
62+
"matrix-js-sdk": "8.2.0",
6363
"matrix-react-sdk": "3.3.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.2.0:
7316+
version "8.2.0"
7317+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.2.0.tgz#6fbdadcdc563e41671d407d772a4d52ec8adc480"
7318+
integrity sha512-yKF/H1Matgf4b7bfa/gOPNcgMEujogC1r89Au8ZYKfv3dmNdJupE9ktdGJ28QVeKIyF5Ew1stLI4MdGWT1gYPw==
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.2.0-rc.1:
73167331
version "8.2.0-rc.1"
73177332
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.2.0-rc.1.tgz#1870ab25af7062def4b757ca5da04199df269241"

0 commit comments

Comments
 (0)