mirror of https://github.com/vector-im/riot-web
Upgrade matrix-js-sdk to 14.0.0-rc.2
parent
64fa84fc60
commit
7bc016dbea
|
@ -61,7 +61,7 @@
|
||||||
"highlight.js": "^10.5.0",
|
"highlight.js": "^10.5.0",
|
||||||
"jsrsasign": "^10.2.0",
|
"jsrsasign": "^10.2.0",
|
||||||
"katex": "^0.12.0",
|
"katex": "^0.12.0",
|
||||||
"matrix-js-sdk": "14.0.0-rc.1",
|
"matrix-js-sdk": "14.0.0-rc.2",
|
||||||
"matrix-react-sdk": "3.32.0-rc.1",
|
"matrix-react-sdk": "3.32.0-rc.1",
|
||||||
"matrix-widget-api": "^0.1.0-beta.16",
|
"matrix-widget-api": "^0.1.0-beta.16",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -7781,6 +7781,22 @@ matrix-js-sdk@14.0.0-rc.1:
|
||||||
request "^2.88.2"
|
request "^2.88.2"
|
||||||
unhomoglyph "^1.0.6"
|
unhomoglyph "^1.0.6"
|
||||||
|
|
||||||
|
matrix-js-sdk@14.0.0-rc.2:
|
||||||
|
version "14.0.0-rc.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-14.0.0-rc.2.tgz#36415152740c07a99eb7ed07fad032296fac59d8"
|
||||||
|
integrity sha512-6s9WP+GKzI4/SkunULHVfs+LnkcwvopQzVyN62+7HbfEOmlzrR77JbtIfPLZmcbcm9e+g4IkoiBMOFYt35bwvA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.12.5"
|
||||||
|
another-json "^0.2.0"
|
||||||
|
browser-request "^0.3.3"
|
||||||
|
bs58 "^4.0.1"
|
||||||
|
content-type "^1.0.4"
|
||||||
|
loglevel "^1.7.1"
|
||||||
|
p-retry "^4.5.0"
|
||||||
|
qs "^6.9.6"
|
||||||
|
request "^2.88.2"
|
||||||
|
unhomoglyph "^1.0.6"
|
||||||
|
|
||||||
matrix-mock-request@^1.2.3:
|
matrix-mock-request@^1.2.3:
|
||||||
version "1.2.3"
|
version "1.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
|
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
|
||||||
|
|
Loading…
Reference in New Issue