mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Upgrade matrix-react-sdk to 3.2.0
This commit is contained in:
parent
16be9e4774
commit
5ac891d70e
@ -60,7 +60,7 @@
|
|||||||
"gfm.css": "^1.1.2",
|
"gfm.css": "^1.1.2",
|
||||||
"highlight.js": "^9.13.1",
|
"highlight.js": "^9.13.1",
|
||||||
"matrix-js-sdk": "8.1.0",
|
"matrix-js-sdk": "8.1.0",
|
||||||
"matrix-react-sdk": "3.2.0-rc.1",
|
"matrix-react-sdk": "3.2.0",
|
||||||
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.9.0",
|
"react": "^16.9.0",
|
||||||
|
25
yarn.lock
25
yarn.lock
@ -7327,21 +7327,6 @@ matrix-js-sdk@8.1.0:
|
|||||||
request "^2.88.0"
|
request "^2.88.0"
|
||||||
unhomoglyph "^1.0.2"
|
unhomoglyph "^1.0.2"
|
||||||
|
|
||||||
matrix-js-sdk@8.1.0-rc.1:
|
|
||||||
version "8.1.0-rc.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.1.0-rc.1.tgz#e42ca8dae7f513f956457eeb46f03c445a3712e8"
|
|
||||||
integrity sha512-/qOSe0FQsbC2ITXhUbpjCIRAT78f2VHxKGqGMC2M2s5e2Mvpxcpu7lj/ONz5irUPd34Sqhj9KdIUnAqBbh3stQ==
|
|
||||||
dependencies:
|
|
||||||
"@babel/runtime" "^7.8.3"
|
|
||||||
another-json "^0.2.0"
|
|
||||||
browser-request "^0.3.3"
|
|
||||||
bs58 "^4.0.1"
|
|
||||||
content-type "^1.0.2"
|
|
||||||
loglevel "^1.6.4"
|
|
||||||
qs "^6.5.2"
|
|
||||||
request "^2.88.0"
|
|
||||||
unhomoglyph "^1.0.2"
|
|
||||||
|
|
||||||
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"
|
||||||
@ -7350,10 +7335,10 @@ matrix-mock-request@^1.2.3:
|
|||||||
bluebird "^3.5.0"
|
bluebird "^3.5.0"
|
||||||
expect "^1.20.2"
|
expect "^1.20.2"
|
||||||
|
|
||||||
matrix-react-sdk@3.2.0-rc.1:
|
matrix-react-sdk@3.2.0:
|
||||||
version "3.2.0-rc.1"
|
version "3.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.2.0-rc.1.tgz#2dc7ca5d5ca4187a0973c8e2dee7e45c98923755"
|
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.2.0.tgz#4523003c8dd72f9d7c9b53d5bec3cd67fe41c52f"
|
||||||
integrity sha512-1BZW6WQBDlx0FhKAKBhVP2Oex2uRWSjzjKM3ccc/tHzih56XYFY4DUWf9Bd2jiPn2EyHQcwncmcFcDOC4bV4qQ==
|
integrity sha512-yywvU2lJR0s/P3Suf5SDf3Aa/vHDZjwDiR14DBsHKdP97TyugA3LKogVkjfi192+m2sMFtl8AB/raplhSz/lNg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.5"
|
"@babel/runtime" "^7.10.5"
|
||||||
await-lock "^2.0.1"
|
await-lock "^2.0.1"
|
||||||
@ -7381,7 +7366,7 @@ matrix-react-sdk@3.2.0-rc.1:
|
|||||||
is-ip "^2.0.0"
|
is-ip "^2.0.0"
|
||||||
linkifyjs "^2.1.9"
|
linkifyjs "^2.1.9"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
matrix-js-sdk "8.1.0-rc.1"
|
matrix-js-sdk "8.1.0"
|
||||||
minimist "^1.2.5"
|
minimist "^1.2.5"
|
||||||
pako "^1.0.11"
|
pako "^1.0.11"
|
||||||
parse5 "^5.1.1"
|
parse5 "^5.1.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user