Skip to content

Commit cb8319e

Browse files
committed
Reset matrix-react-sdk back to develop branch
1 parent af35696 commit cb8319e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"gfm.css": "^1.1.2",
7070
"highlight.js": "^9.13.1",
7171
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
72-
"matrix-react-sdk": "2.3.1",
72+
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
7373
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7474
"postcss-easings": "^2.0.0",
7575
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7472,10 +7472,9 @@ matrix-mock-request@^1.2.3:
74727472
bluebird "^3.5.0"
74737473
expect "^1.20.2"
74747474

7475-
matrix-react-sdk@2.3.1:
7475+
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
74767476
version "2.3.1"
7477-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.3.1.tgz#76ac6f98dfa89d4ceb7c63b31e10b9779bca12fe"
7478-
integrity sha512-TIiiEIUa891eTdRFCaj18sAFJULBDgbFOvV4upaED/aNXxnHOLV5JjNuYzsmQMEJ6Fmrz5iM0DbWXaADnuZwpQ==
7477+
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/84da483264c0ee7844415c4d1e9eb9dac161a9d4"
74797478
dependencies:
74807479
"@babel/runtime" "^7.8.3"
74817480
blueimp-canvas-to-blob "^3.5.0"
@@ -7502,7 +7501,7 @@ matrix-react-sdk@2.3.1:
75027501
is-ip "^2.0.0"
75037502
linkifyjs "^2.1.6"
75047503
lodash "^4.17.14"
7505-
matrix-js-sdk "5.2.0"
7504+
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
75067505
minimist "^1.2.0"
75077506
pako "^1.0.5"
75087507
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)