Skip to content

Commit e6488e7

Browse files
committed
Reset matrix-react-sdk back to develop branch
1 parent 22ace3c commit e6488e7

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jsrsasign": "^10.2.0",
6262
"katex": "^0.12.0",
6363
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
64-
"matrix-react-sdk": "3.39.0",
64+
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
6565
"matrix-widget-api": "^0.1.0-beta.18",
6666
"prop-types": "^15.7.2",
6767
"react": "17.0.2",

yarn.lock

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8056,23 +8056,6 @@ matrix-events-sdk@^0.0.1-beta.6:
80568056
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.6.tgz#9001090ed2e2bf29efc113d6b29871bcc6520749"
80578057
integrity sha512-VMqPXe3Bg4R9yC9PNqGv6bDFwWlVYadYxp0Ke1ihhXUCpGcx7e28kOYcqK2T3RxLXK4KK7VH4JRbY53Do3r+Fw==
80588058

8059-
8060-
version "15.5.0"
8061-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-15.5.0.tgz#747b3af4b5e1361e6404d88ac88c5518a4f751d3"
8062-
integrity sha512-Y8BoJ5xEejTeO2vwGrE4hNrSSOKLP6/brqeTy+gjjgti/PUhf+foC+ww9lHv7MqiNYFl9a/8tBf3crhU8+3jVw==
8063-
dependencies:
8064-
"@babel/runtime" "^7.12.5"
8065-
another-json "^0.2.0"
8066-
browser-request "^0.3.3"
8067-
bs58 "^4.0.1"
8068-
content-type "^1.0.4"
8069-
loglevel "^1.7.1"
8070-
matrix-events-sdk "^0.0.1-beta.6"
8071-
p-retry "^4.5.0"
8072-
qs "^6.9.6"
8073-
request "^2.88.2"
8074-
unhomoglyph "^1.0.6"
8075-
80768059
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
80778060
version "15.5.0"
80788061
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/cf8d2bf6efc5c6cebd87926c1c8041363c0ff350"
@@ -8097,10 +8080,9 @@ matrix-mock-request@^1.2.3:
80978080
bluebird "^3.5.0"
80988081
expect "^1.20.2"
80998082

8100-
matrix-react-sdk@3.39.0:
8083+
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
81018084
version "3.39.0"
8102-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.39.0.tgz#038bf1a096bacd95fc29d860106adbb8945c2c9a"
8103-
integrity sha512-h7jYJ26ntCNsXFTUIM2Wph9dpN7cudPsxFx+qhrFTGCM3uT5Iriu4ykJkjRkJYiuH4ptiwLDxb0mpLeJU6EOAw==
8085+
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/8221faad6cdefc1f4cd8de5de3322a12308ac788"
81048086
dependencies:
81058087
"@babel/runtime" "^7.12.5"
81068088
"@matrix-org/linkify-element" "^4.0.0-rc.5"
@@ -8137,7 +8119,7 @@ [email protected]:
81378119
maplibre-gl "^1.15.2"
81388120
matrix-analytics-events "github:matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1"
81398121
matrix-events-sdk "^0.0.1-beta.6"
8140-
matrix-js-sdk "15.5.0"
8122+
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
81418123
matrix-widget-api "^0.1.0-beta.18"
81428124
minimist "^1.2.5"
81438125
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)