Skip to content

Commit 4548831

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent d88f9ed commit 4548831

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
6767
"gfm.css": "^1.1.2",
6868
"highlight.js": "^9.13.1",
69-
"matrix-js-sdk": "5.1.0",
69+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
7070
"matrix-react-sdk": "2.2.1",
7171
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7272
"postcss-easings": "^2.0.0",
@@ -189,10 +189,14 @@
189189
"app": "electron_app"
190190
},
191191
"afterSign": "scripts/electron_afterSign.js",
192-
"protocols": [{
193-
"name": "riot",
194-
"schemes": ["riot"]
195-
}]
192+
"protocols": [
193+
{
194+
"name": "riot",
195+
"schemes": [
196+
"riot"
197+
]
198+
}
199+
]
196200
},
197201
"jest": {
198202
"modulePathIgnorePatterns": [

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7499,7 +7499,7 @@ mathml-tag-names@^2.1.1:
74997499

75007500
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
75017501
version "5.1.0"
7502-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/da96765020b632deb5b433077827a4f4a64e16e9"
7502+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/bc53f8fdec7222b6ca44a63cafbc7ae8c4cc396f"
75037503
dependencies:
75047504
"@babel/runtime" "^7.8.3"
75057505
another-json "^0.2.0"
@@ -7550,7 +7550,7 @@ matrix-react-sdk@2.2.1:
75507550
is-ip "^2.0.0"
75517551
linkifyjs "^2.1.6"
75527552
lodash "^4.17.14"
7553-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7553+
matrix-js-sdk "5.1.0"
75547554
minimist "^1.2.0"
75557555
pako "^1.0.5"
75567556
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)