Skip to content

Commit 449ac2e

Browse files
committed
Reset matrix-react-sdk back to develop branch
1 parent ebe1d7c commit 449ac2e

2 files changed

Lines changed: 4 additions & 20 deletions

File tree

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": "github:matrix-org/matrix-js-sdk#develop",
64-
"matrix-react-sdk": "2.9.0",
64+
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
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: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6973,21 +6973,6 @@ mathml-tag-names@^2.1.1:
69736973
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
69746974
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
69756975

6976-
matrix-js-sdk@7.1.0:
6977-
version "7.1.0"
6978-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-7.1.0.tgz#b3e3304e890df45c827706831748935168ee839f"
6979-
integrity sha512-Y+MdOfsVQRGx0KcwSdNtwsFNGWUF7Zi7wPxUSa050J8eBlbkXUNFAyuSWviLJ5pUwzmp9XMEKD9Cdv+tGZG1ww==
6980-
dependencies:
6981-
"@babel/runtime" "^7.8.3"
6982-
another-json "^0.2.0"
6983-
browser-request "^0.3.3"
6984-
bs58 "^4.0.1"
6985-
content-type "^1.0.2"
6986-
loglevel "^1.6.4"
6987-
qs "^6.5.2"
6988-
request "^2.88.0"
6989-
unhomoglyph "^1.0.2"
6990-
69916976
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
69926977
version "7.1.0"
69936978
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2a688bdac828dc62916437d83c72cef1e525d5f9"
@@ -7010,10 +6995,9 @@ matrix-mock-request@^1.2.3:
70106995
bluebird "^3.5.0"
70116996
expect "^1.20.2"
70126997

7013-
matrix-react-sdk@2.9.0:
6998+
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
70146999
version "2.9.0"
7015-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.9.0.tgz#4086422ee57bcb7f90a9d00e902136459dd78bee"
7016-
integrity sha512-SxA6fUuo4DINkNBcEx5nWuvQOo/5fm+oAI3QSECl6uAaefx2qKUc+tsB+Rdqe/IC/h6LDGmg4ljg9iPG95Ebuw==
7000+
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/511e0682fcd49fab9a508c7075b7100cefd4bcc4"
70177001
dependencies:
70187002
"@babel/runtime" "^7.8.3"
70197003
await-lock "^2.0.1"
@@ -7041,7 +7025,7 @@ matrix-react-sdk@2.9.0:
70417025
is-ip "^2.0.0"
70427026
linkifyjs "^2.1.6"
70437027
lodash "^4.17.14"
7044-
matrix-js-sdk "7.1.0"
7028+
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
70457029
minimist "^1.2.0"
70467030
pako "^1.0.5"
70477031
parse5 "^5.1.1"

0 commit comments

Comments
 (0)