Upgrade dependency to matrix-js-sdk@32.2.0

This commit is contained in:
RiotRobot 2024-05-07 12:17:34 +00:00
parent a34dbbc0fa
commit 79c79f66d6
2 changed files with 5 additions and 5 deletions

View file

@ -108,7 +108,7 @@
"maplibre-gl": "^2.0.0",
"matrix-encrypt-attachment": "^1.0.3",
"matrix-events-sdk": "0.0.1",
"matrix-js-sdk": "32.2.0-rc.0",
"matrix-js-sdk": "32.2.0",
"matrix-widget-api": "^1.5.0",
"memoize-one": "^6.0.0",
"minimist": "^1.2.5",

View file

@ -7014,10 +7014,10 @@ matrix-events-sdk@0.0.1:
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
matrix-js-sdk@32.2.0-rc.0:
version "32.2.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-32.2.0-rc.0.tgz#89f9d5fc5273683f41894bdcf3580ab44f615c13"
integrity sha512-yiEc68/iTkBg7W1wQlesoOH+7GdnEiKEYycx69DMS9RCaADFKM2AeWDQR8IAupfb1XAUultqxpMHTE7zKRW8Qg==
matrix-js-sdk@32.2.0:
version "32.2.0"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-32.2.0.tgz#9b49206ba292890ba4fe2cd58e0741a269ade9a5"
integrity sha512-LnfJNq5nMF/R+Wigv7dP+Q6I/D5zKHOIdGg9mYyQmhpLc+skWLCtjqa4cLH+hq5CUyppQXMuPH/FFQaGQQ3ImA==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^4.9.0"