Skip to content

Commit 110f4dc

Browse files
committed
Upgrade matrix-react-sdk to 3.10.0
1 parent dab75ec commit 110f4dc

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
@@ -61,7 +61,7 @@
6161
"jsrsasign": "^9.1.5",
6262
"katex": "^0.12.0",
6363
"matrix-js-sdk": "9.3.0",
64-
"matrix-react-sdk": "3.10.0-rc.1",
64+
"matrix-react-sdk": "3.10.0",
6565
"matrix-widget-api": "^0.1.0-beta.10",
6666
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
6767
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7940,21 +7940,6 @@ [email protected]:
79407940
request "^2.88.2"
79417941
unhomoglyph "^1.0.6"
79427942

7943-
7944-
version "9.3.0-rc.1"
7945-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.3.0-rc.1.tgz#d6ad2d9a5e0c539c6aec9e587a6dd2b5aa8bf2f6"
7946-
integrity sha512-H20QLwsgzBIO0Lp75CYBlw4QTOHT98vCESNZrnjIsu8FlFqsXIhdTa5C8BIYsNLex5luufxdp2an5BQtJEuAUQ==
7947-
dependencies:
7948-
"@babel/runtime" "^7.12.5"
7949-
another-json "^0.2.0"
7950-
browser-request "^0.3.3"
7951-
bs58 "^4.0.1"
7952-
content-type "^1.0.4"
7953-
loglevel "^1.7.1"
7954-
qs "^6.9.4"
7955-
request "^2.88.2"
7956-
unhomoglyph "^1.0.6"
7957-
79587943
matrix-mock-request@^1.2.3:
79597944
version "1.2.3"
79607945
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7963,10 +7948,10 @@ matrix-mock-request@^1.2.3:
79637948
bluebird "^3.5.0"
79647949
expect "^1.20.2"
79657950

7966-
7967-
version "3.10.0-rc.1"
7968-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.10.0-rc.1.tgz#4c65dd5333e5c9c7a6d9207e68430c3666eef4f7"
7969-
integrity sha512-SG8vOTSAV7+4lb6stIi+ymYVSW5s9bLQWbF0oj/EVTY9EJmhxf7Lskj/UqliZVxoCXoKIhMVGZZ2LcDjOKmBeg==
7951+
7952+
version "3.10.0"
7953+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.10.0.tgz#07575b7dc5f12093a1dab313068673a82a939dfc"
7954+
integrity sha512-LatG4kCKKy7ybUnvpoV3p6KEMSaECBIh0alw1JisuVBMw4nAYXEIbM1kGOI0h2vBF2826YqwXGj/vEyFHr7Euw==
79707955
dependencies:
79717956
"@babel/runtime" "^7.10.5"
79727957
await-lock "^2.0.1"
@@ -7995,7 +7980,7 @@ [email protected]:
79957980
katex "^0.12.0"
79967981
linkifyjs "^2.1.9"
79977982
lodash "^4.17.19"
7998-
matrix-js-sdk "9.3.0-rc.1"
7983+
matrix-js-sdk "9.3.0"
79997984
matrix-widget-api "^0.1.0-beta.10"
80007985
minimist "^1.2.5"
80017986
pako "^1.0.11"

0 commit comments

Comments
 (0)