Skip to content

Commit 4b3ba43

Browse files
committed
Reset matrix-react-sdk back to develop branch
1 parent 7e6ce7f commit 4b3ba43

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jsrsasign": "^10.1.5",
6060
"katex": "^0.12.0",
6161
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
62-
"matrix-react-sdk": "3.19.0",
62+
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
6363
"matrix-widget-api": "^0.1.0-beta.13",
6464
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
6565
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,21 +7541,6 @@ mathml-tag-names@^2.1.3:
75417541
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
75427542
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
75437543

7544-
7545-
version "10.0.0"
7546-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-10.0.0.tgz#571e97c8d8351715ac609ccedd38cad79d0b752e"
7547-
integrity sha512-40QN9HITqWBSYi/e8QQidDL6UOhWBpst437i+lHIqQ8a7SQtbcquDSRXWR22BjM2qbssR+02zfrLI/Kez7IoBQ==
7548-
dependencies:
7549-
"@babel/runtime" "^7.12.5"
7550-
another-json "^0.2.0"
7551-
browser-request "^0.3.3"
7552-
bs58 "^4.0.1"
7553-
content-type "^1.0.4"
7554-
loglevel "^1.7.1"
7555-
qs "^6.9.6"
7556-
request "^2.88.2"
7557-
unhomoglyph "^1.0.6"
7558-
75597544
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
75607545
version "10.0.0"
75617546
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b911a890cff5ac4d10a4f3a94b43276caeedca83"
@@ -7578,10 +7563,9 @@ matrix-mock-request@^1.2.3:
75787563
bluebird "^3.5.0"
75797564
expect "^1.20.2"
75807565

7581-
matrix-react-sdk@3.19.0:
7566+
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
75827567
version "3.19.0"
7583-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.19.0.tgz#45e5794f9dae9b8fd6bdc2862ffd6e3a6650e282"
7584-
integrity sha512-xCRtq0u+qyYIAU/rUt7oQU0+sQboT1q1RRBzEvKca2usQRFH+EV4ahh97GCgg+u2IDiYb83bcVPcB4lGcCVLjg==
7568+
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/3817aaeaca9622c56894df4092b5ce727b943f64"
75857569
dependencies:
75867570
"@babel/runtime" "^7.12.5"
75877571
await-lock "^2.1.0"
@@ -7609,7 +7593,7 @@ [email protected]:
76097593
katex "^0.12.0"
76107594
linkifyjs "^2.1.9"
76117595
lodash "^4.17.20"
7612-
matrix-js-sdk "10.0.0"
7596+
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
76137597
matrix-widget-api "^0.1.0-beta.13"
76147598
minimist "^1.2.5"
76157599
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)