Reset matrix-js-sdk back to develop branch

This commit is contained in:
RiotRobot 2020-03-04 13:07:45 +00:00
parent d88f9ed2c0
commit 4548831ac5
2 changed files with 11 additions and 7 deletions

View file

@ -66,7 +66,7 @@
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
"gfm.css": "^1.1.2",
"highlight.js": "^9.13.1",
"matrix-js-sdk": "5.1.0",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
"matrix-react-sdk": "2.2.1",
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
"postcss-easings": "^2.0.0",
@ -189,10 +189,14 @@
"app": "electron_app"
},
"afterSign": "scripts/electron_afterSign.js",
"protocols": [{
"name": "riot",
"schemes": ["riot"]
}]
"protocols": [
{
"name": "riot",
"schemes": [
"riot"
]
}
]
},
"jest": {
"modulePathIgnorePatterns": [

View file

@ -7499,7 +7499,7 @@ mathml-tag-names@^2.1.1:
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
version "5.1.0"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/da96765020b632deb5b433077827a4f4a64e16e9"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/bc53f8fdec7222b6ca44a63cafbc7ae8c4cc396f"
dependencies:
"@babel/runtime" "^7.8.3"
another-json "^0.2.0"
@ -7550,7 +7550,7 @@ matrix-react-sdk@2.2.1:
is-ip "^2.0.0"
linkifyjs "^2.1.6"
lodash "^4.17.14"
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
matrix-js-sdk "5.1.0"
minimist "^1.2.0"
pako "^1.0.5"
png-chunks-extract "^1.0.0"