Reset matrix-react-sdk back to develop branch

This commit is contained in:
RiotRobot 2024-05-07 12:42:45 +00:00
parent f0672082b3
commit a71b7f0e66
2 changed files with 30 additions and 12 deletions

View file

@ -78,7 +78,7 @@
"katex": "^0.16.0", "katex": "^0.16.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"matrix-js-sdk": "32.2.0", "matrix-js-sdk": "32.2.0",
"matrix-react-sdk": "3.99.0", "matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
"matrix-widget-api": "^1.3.1", "matrix-widget-api": "^1.3.1",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",

View file

@ -3544,7 +3544,7 @@
dependencies: dependencies:
svg2vectordrawable "^2.9.1" svg2vectordrawable "^2.9.1"
"@vector-im/compound-web@^4.1.1": "@vector-im/compound-web@^4.1.2":
version "4.1.2" version "4.1.2"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.2.tgz#d8f9ba523700660942722a800c64406216bbbfea" resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.2.tgz#d8f9ba523700660942722a800c64406216bbbfea"
integrity sha512-u/jj8HF8qpX1NU+sh6f/S1B7HUMGcoAGYLH0wc5lVbf6x6elBsYKD0LSa+/8NDPuQqVWMztu76chUsM5slC49w== integrity sha512-u/jj8HF8qpX1NU+sh6f/S1B7HUMGcoAGYLH0wc5lVbf6x6elBsYKD0LSa+/8NDPuQqVWMztu76chUsM5slC49w==
@ -8357,6 +8357,25 @@ matrix-js-sdk@32.2.0:
unhomoglyph "^1.0.6" unhomoglyph "^1.0.6"
uuid "9" uuid "9"
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
version "32.2.0"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2a716bd076459f48fed967f3eb4158ebdc1f3600"
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^4.9.0"
another-json "^0.2.0"
bs58 "^5.0.0"
content-type "^1.0.4"
jwt-decode "^4.0.0"
loglevel "^1.7.1"
matrix-events-sdk "0.0.1"
matrix-widget-api "^1.6.0"
oidc-client-ts "^3.0.1"
p-retry "4"
sdp-transform "^2.14.1"
unhomoglyph "^1.0.6"
uuid "9"
matrix-mock-request@^2.5.0: matrix-mock-request@^2.5.0:
version "2.6.0" version "2.6.0"
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.6.0.tgz#0855c10b250668ce542b697251087be2bcc23f92" resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.6.0.tgz#0855c10b250668ce542b697251087be2bcc23f92"
@ -8364,10 +8383,9 @@ matrix-mock-request@^2.5.0:
dependencies: dependencies:
expect "^28.1.0" expect "^28.1.0"
matrix-react-sdk@3.99.0: "matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
version "3.99.0" version "3.99.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.99.0.tgz#bf89a30fa0c28177b40d9963ea254d762fce3f03" resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/d1eab0aa7ed0adfeb16160e3983ca38aa4a6fcfd"
integrity sha512-gFCQ4v3oE4PMZFkZxexp+KVibipO2UvzgLjFKGOkgD2WnfTrCBISCZ0mz19MQbFoxftQRJw65B47bwe6PnD88Q==
dependencies: dependencies:
"@babel/runtime" "^7.12.5" "@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.20.0" "@matrix-org/analytics-events" "^0.20.0"
@ -8379,7 +8397,7 @@ matrix-react-sdk@3.99.0:
"@sentry/browser" "^7.0.0" "@sentry/browser" "^7.0.0"
"@testing-library/react-hooks" "^8.0.1" "@testing-library/react-hooks" "^8.0.1"
"@vector-im/compound-design-tokens" "^1.2.0" "@vector-im/compound-design-tokens" "^1.2.0"
"@vector-im/compound-web" "^4.1.1" "@vector-im/compound-web" "^4.1.2"
"@zxcvbn-ts/core" "^3.0.4" "@zxcvbn-ts/core" "^3.0.4"
"@zxcvbn-ts/language-common" "^3.0.4" "@zxcvbn-ts/language-common" "^3.0.4"
"@zxcvbn-ts/language-en" "^3.0.2" "@zxcvbn-ts/language-en" "^3.0.2"
@ -8411,7 +8429,7 @@ matrix-react-sdk@3.99.0:
maplibre-gl "^2.0.0" maplibre-gl "^2.0.0"
matrix-encrypt-attachment "^1.0.3" matrix-encrypt-attachment "^1.0.3"
matrix-events-sdk "0.0.1" matrix-events-sdk "0.0.1"
matrix-js-sdk "32.2.0" matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
matrix-widget-api "^1.5.0" matrix-widget-api "^1.5.0"
memoize-one "^6.0.0" memoize-one "^6.0.0"
minimist "^1.2.5" minimist "^1.2.5"
@ -8419,7 +8437,7 @@ matrix-react-sdk@3.99.0:
opus-recorder "^8.0.3" opus-recorder "^8.0.3"
pako "^2.0.3" pako "^2.0.3"
png-chunks-extract "^1.0.0" png-chunks-extract "^1.0.0"
posthog-js "1.126.0" posthog-js "1.130.1"
proposal-temporal "^0.9.0" proposal-temporal "^0.9.0"
qrcode "1.5.3" qrcode "1.5.3"
re-resizable "^6.9.0" re-resizable "^6.9.0"
@ -9818,10 +9836,10 @@ postcss@^8.4.38:
picocolors "^1.0.0" picocolors "^1.0.0"
source-map-js "^1.2.0" source-map-js "^1.2.0"
posthog-js@1.126.0: posthog-js@1.130.1:
version "1.126.0" version "1.130.1"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.126.0.tgz#52ca294505d3ddc3ba34aeaafe388676113ff82f" resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.130.1.tgz#e8d037043f801d438f785f441843cce7d8af7ec3"
integrity sha512-8qCdPE9RZkyXI3kKCnkXWxK0jn2mLZg6g5a6KezDPqH7mHTG66v7ANU31hcwzQGV5F5UW1GXw0xL0PaC3HkA6g== integrity sha512-BC283kxeJnVIeAxn7ZPHf5sCTA6oXs4uvo9fdGAsbKwwfmF9g09rnJOOaoF95J/auf8HT4YB6Vt2KytqtJD44w==
dependencies: dependencies:
fflate "^0.4.8" fflate "^0.4.8"
preact "^10.19.3" preact "^10.19.3"