Skip to content

Commit 5ac891d

Browse files
committed
Upgrade matrix-react-sdk to 3.2.0
1 parent 16be9e4 commit 5ac891d

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
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
"highlight.js": "^9.13.1",
6262
"matrix-js-sdk": "8.1.0",
63-
"matrix-react-sdk": "3.2.0-rc.1",
63+
"matrix-react-sdk": "3.2.0",
6464
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
6565
"prop-types": "^15.7.2",
6666
"react": "^16.9.0",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7327,21 +7327,6 @@ matrix-js-sdk@8.1.0:
73277327
request "^2.88.0"
73287328
unhomoglyph "^1.0.2"
73297329

7330-
matrix-js-sdk@8.1.0-rc.1:
7331-
version "8.1.0-rc.1"
7332-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.1.0-rc.1.tgz#e42ca8dae7f513f956457eeb46f03c445a3712e8"
7333-
integrity sha512-/qOSe0FQsbC2ITXhUbpjCIRAT78f2VHxKGqGMC2M2s5e2Mvpxcpu7lj/ONz5irUPd34Sqhj9KdIUnAqBbh3stQ==
7334-
dependencies:
7335-
"@babel/runtime" "^7.8.3"
7336-
another-json "^0.2.0"
7337-
browser-request "^0.3.3"
7338-
bs58 "^4.0.1"
7339-
content-type "^1.0.2"
7340-
loglevel "^1.6.4"
7341-
qs "^6.5.2"
7342-
request "^2.88.0"
7343-
unhomoglyph "^1.0.2"
7344-
73457330
matrix-mock-request@^1.2.3:
73467331
version "1.2.3"
73477332
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7350,10 +7335,10 @@ matrix-mock-request@^1.2.3:
73507335
bluebird "^3.5.0"
73517336
expect "^1.20.2"
73527337

7353-
matrix-react-sdk@3.2.0-rc.1:
7354-
version "3.2.0-rc.1"
7355-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.2.0-rc.1.tgz#2dc7ca5d5ca4187a0973c8e2dee7e45c98923755"
7356-
integrity sha512-1BZW6WQBDlx0FhKAKBhVP2Oex2uRWSjzjKM3ccc/tHzih56XYFY4DUWf9Bd2jiPn2EyHQcwncmcFcDOC4bV4qQ==
7338+
matrix-react-sdk@3.2.0:
7339+
version "3.2.0"
7340+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.2.0.tgz#4523003c8dd72f9d7c9b53d5bec3cd67fe41c52f"
7341+
integrity sha512-yywvU2lJR0s/P3Suf5SDf3Aa/vHDZjwDiR14DBsHKdP97TyugA3LKogVkjfi192+m2sMFtl8AB/raplhSz/lNg==
73577342
dependencies:
73587343
"@babel/runtime" "^7.10.5"
73597344
await-lock "^2.0.1"
@@ -7381,7 +7366,7 @@ matrix-react-sdk@3.2.0-rc.1:
73817366
is-ip "^2.0.0"
73827367
linkifyjs "^2.1.9"
73837368
lodash "^4.17.19"
7384-
matrix-js-sdk "8.1.0-rc.1"
7369+
matrix-js-sdk "8.1.0"
73857370
minimist "^1.2.5"
73867371
pako "^1.0.11"
73877372
parse5 "^5.1.1"

0 commit comments

Comments
 (0)