mirror of https://github.com/vector-im/riot-web
Upgrade matrix-js-sdk to 9.2.0-rc.1
parent
b506d418ea
commit
2b45efbdda
|
@ -60,7 +60,7 @@
|
||||||
"gfm.css": "^1.1.2",
|
"gfm.css": "^1.1.2",
|
||||||
"highlight.js": "^9.13.1",
|
"highlight.js": "^9.13.1",
|
||||||
"jsrsasign": "^9.1.5",
|
"jsrsasign": "^9.1.5",
|
||||||
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
|
"matrix-js-sdk": "9.2.0-rc.1",
|
||||||
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
|
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
|
||||||
"matrix-widget-api": "^0.1.0-beta.8",
|
"matrix-widget-api": "^0.1.0-beta.8",
|
||||||
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
||||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -7898,6 +7898,21 @@ mathml-tag-names@^2.1.1:
|
||||||
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
||||||
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
||||||
|
|
||||||
|
matrix-js-sdk@9.2.0-rc.1:
|
||||||
|
version "9.2.0-rc.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.2.0-rc.1.tgz#db0750259170a79c5f51b9b5fc6949f8521a1926"
|
||||||
|
integrity sha512-cDbY8fSZQEaDU6m1V8MpZtr69sd4iWw/SshNDpQMsd4llCVhMA10EC0RrETfFRerSI+SEn9sdhjQaa4wEPCy9w==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.11.2"
|
||||||
|
another-json "^0.2.0"
|
||||||
|
browser-request "^0.3.3"
|
||||||
|
bs58 "^4.0.1"
|
||||||
|
content-type "^1.0.4"
|
||||||
|
loglevel "^1.7.0"
|
||||||
|
qs "^6.9.4"
|
||||||
|
request "^2.88.2"
|
||||||
|
unhomoglyph "^1.0.6"
|
||||||
|
|
||||||
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
|
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
|
||||||
version "9.1.0"
|
version "9.1.0"
|
||||||
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/5ac00e346593f29f324b3af8e322928a6e1c427a"
|
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/5ac00e346593f29f324b3af8e322928a6e1c427a"
|
||||||
|
|
Loading…
Reference in New Issue