Skip to content

Commit 7815810

Browse files
committed
Upgrade matrix-react-sdk to 2.9.0
1 parent 14fc25e commit 7815810

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
"gfm.css": "^1.1.2",
6262
"highlight.js": "^9.13.1",
6363
"matrix-js-sdk": "7.1.0",
64-
"matrix-react-sdk": "2.9.0-rc.1",
64+
"matrix-react-sdk": "2.9.0",
6565
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
6666
"postcss-easings": "^2.0.0",
6767
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6988,21 +6988,6 @@ [email protected]:
69886988
request "^2.88.0"
69896989
unhomoglyph "^1.0.2"
69906990

6991-
6992-
version "7.1.0-rc.1"
6993-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-7.1.0-rc.1.tgz#eba6232c5980010783f0d4987421e36d4b365ead"
6994-
integrity sha512-h0KmA5RcY7Ui2406Et2plrwQRk8R6r3dBdsihaE6XIbtFaqQgJ4Q/eECFphHU20HA2SXrqXVcgvAIfds5y27aw==
6995-
dependencies:
6996-
"@babel/runtime" "^7.8.3"
6997-
another-json "^0.2.0"
6998-
browser-request "^0.3.3"
6999-
bs58 "^4.0.1"
7000-
content-type "^1.0.2"
7001-
loglevel "^1.6.4"
7002-
qs "^6.5.2"
7003-
request "^2.88.0"
7004-
unhomoglyph "^1.0.2"
7005-
70066991
matrix-mock-request@^1.2.3:
70076992
version "1.2.3"
70086993
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7011,10 +6996,10 @@ matrix-mock-request@^1.2.3:
70116996
bluebird "^3.5.0"
70126997
expect "^1.20.2"
70136998

7014-
7015-
version "2.9.0-rc.1"
7016-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.9.0-rc.1.tgz#7174234c3b37d117f42f59e362b9fd8a9a8c1d99"
7017-
integrity sha512-gHdLmgqINvBx0qtqu4A5r3Wlt7oTXjJR7EfNcVGkHmhEBoCl1EL5B20MOy0sE8yBpUXirjerb9TsxuHx6i+/xg==
6999+
7000+
version "2.9.0"
7001+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.9.0.tgz#4086422ee57bcb7f90a9d00e902136459dd78bee"
7002+
integrity sha512-SxA6fUuo4DINkNBcEx5nWuvQOo/5fm+oAI3QSECl6uAaefx2qKUc+tsB+Rdqe/IC/h6LDGmg4ljg9iPG95Ebuw==
70187003
dependencies:
70197004
"@babel/runtime" "^7.8.3"
70207005
await-lock "^2.0.1"
@@ -7042,7 +7027,7 @@ [email protected]:
70427027
is-ip "^2.0.0"
70437028
linkifyjs "^2.1.6"
70447029
lodash "^4.17.14"
7045-
matrix-js-sdk "7.1.0-rc.1"
7030+
matrix-js-sdk "7.1.0"
70467031
minimist "^1.2.0"
70477032
pako "^1.0.5"
70487033
parse5 "^5.1.1"

0 commit comments

Comments
 (0)