Skip to content

Commit a14cff6

Browse files
committed
Upgrade matrix-react-sdk to 2.9.0-rc.1
1 parent 003a294 commit a14cff6

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
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-rc.1",
64-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
64+
"matrix-react-sdk": "2.9.0-rc.1",
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 & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6988,20 +6988,6 @@ [email protected]:
69886988
request "^2.88.0"
69896989
unhomoglyph "^1.0.2"
69906990

6991-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6992-
version "7.0.0"
6993-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/68c7273f56d5e88b9af783c396963d03e2de4a92"
6994-
dependencies:
6995-
"@babel/runtime" "^7.8.3"
6996-
another-json "^0.2.0"
6997-
browser-request "^0.3.3"
6998-
bs58 "^4.0.1"
6999-
content-type "^1.0.2"
7000-
loglevel "^1.6.4"
7001-
qs "^6.5.2"
7002-
request "^2.88.0"
7003-
unhomoglyph "^1.0.2"
7004-
70056991
matrix-mock-request@^1.2.3:
70066992
version "1.2.3"
70076993
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7010,9 +6996,10 @@ matrix-mock-request@^1.2.3:
70106996
bluebird "^3.5.0"
70116997
expect "^1.20.2"
70126998

7013-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7014-
version "2.8.1"
7015-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/0059d44e1512e87a108b91d93e820b0dcc7be2a9"
6999+
7000+
version "2.9.0-rc.1"
7001+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.9.0-rc.1.tgz#7174234c3b37d117f42f59e362b9fd8a9a8c1d99"
7002+
integrity sha512-gHdLmgqINvBx0qtqu4A5r3Wlt7oTXjJR7EfNcVGkHmhEBoCl1EL5B20MOy0sE8yBpUXirjerb9TsxuHx6i+/xg==
70167003
dependencies:
70177004
"@babel/runtime" "^7.8.3"
70187005
await-lock "^2.0.1"
@@ -7040,7 +7027,7 @@ matrix-mock-request@^1.2.3:
70407027
is-ip "^2.0.0"
70417028
linkifyjs "^2.1.6"
70427029
lodash "^4.17.14"
7043-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7030+
matrix-js-sdk "7.1.0-rc.1"
70447031
minimist "^1.2.0"
70457032
pako "^1.0.5"
70467033
parse5 "^5.1.1"

0 commit comments

Comments
 (0)