Skip to content

Commit 7f0c821

Browse files
committed
Upgrade matrix-react-sdk to 3.1.0-rc.1
1 parent 6004d02 commit 7f0c821

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
@@ -60,7 +60,7 @@
6060
"gfm.css": "^1.1.2",
6161
"highlight.js": "^9.13.1",
6262
"matrix-js-sdk": "8.0.1-rc.1",
63-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
63+
"matrix-react-sdk": "3.1.0-rc.1",
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 & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7327,20 +7327,6 @@ matrix-js-sdk@8.0.1-rc.1:
73277327
request "^2.88.0"
73287328
unhomoglyph "^1.0.2"
73297329

7330-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7331-
version "8.0.0"
7332-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/c669382e12c8cd1d7d538421dfad4f50812af44d"
7333-
dependencies:
7334-
"@babel/runtime" "^7.8.3"
7335-
another-json "^0.2.0"
7336-
browser-request "^0.3.3"
7337-
bs58 "^4.0.1"
7338-
content-type "^1.0.2"
7339-
loglevel "^1.6.4"
7340-
qs "^6.5.2"
7341-
request "^2.88.0"
7342-
unhomoglyph "^1.0.2"
7343-
73447330
matrix-mock-request@^1.2.3:
73457331
version "1.2.3"
73467332
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7349,9 +7335,10 @@ matrix-mock-request@^1.2.3:
73497335
bluebird "^3.5.0"
73507336
expect "^1.20.2"
73517337

7352-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7353-
version "3.0.0"
7354-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/f9540dd7cd67666ad58beac9b11c7bc4a5872673"
7338+
matrix-react-sdk@3.1.0-rc.1:
7339+
version "3.1.0-rc.1"
7340+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.1.0-rc.1.tgz#dbf6a9b9ad5542075d8a894d4009d04bba149566"
7341+
integrity sha512-CJVlYARIYBKVBtoyDVPeBGH/rbqTgerWiYovqVq3+TG+DUDFZYSRXLRymxVwTSB23PKP1PJ8+MEOA0Yx2r2gmg==
73557342
dependencies:
73567343
"@babel/runtime" "^7.10.5"
73577344
await-lock "^2.0.1"
@@ -7379,7 +7366,7 @@ matrix-mock-request@^1.2.3:
73797366
is-ip "^2.0.0"
73807367
linkifyjs "^2.1.9"
73817368
lodash "^4.17.19"
7382-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7369+
matrix-js-sdk "8.0.1-rc.1"
73837370
minimist "^1.2.5"
73847371
pako "^1.0.11"
73857372
parse5 "^5.1.1"

0 commit comments

Comments
 (0)