Skip to content

Commit e193f57

Browse files
committed
Reset matrix-react-sdk back to develop branch
1 parent 30f9644 commit e193f57

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"katex": "^0.16.0",
7979
"lodash": "^4.17.21",
8080
"matrix-js-sdk": "33.0.0",
81-
"matrix-react-sdk": "3.100.0",
81+
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
8282
"matrix-widget-api": "^1.3.1",
8383
"react": "17.0.2",
8484
"react-dom": "17.0.2",

yarn.lock

+27-9
Original file line numberDiff line numberDiff line change
@@ -8422,17 +8422,35 @@ [email protected]:
84228422
unhomoglyph "^1.0.6"
84238423
uuid "9"
84248424

8425+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
8426+
version "33.0.0"
8427+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/89875b8e314288856f9736ae84ee889991c64b34"
8428+
dependencies:
8429+
"@babel/runtime" "^7.12.5"
8430+
"@matrix-org/matrix-sdk-crypto-wasm" "^5.0.0"
8431+
another-json "^0.2.0"
8432+
bs58 "^5.0.0"
8433+
content-type "^1.0.4"
8434+
jwt-decode "^4.0.0"
8435+
loglevel "^1.7.1"
8436+
matrix-events-sdk "0.0.1"
8437+
matrix-widget-api "^1.6.0"
8438+
oidc-client-ts "^3.0.1"
8439+
p-retry "4"
8440+
sdp-transform "^2.14.1"
8441+
unhomoglyph "^1.0.6"
8442+
uuid "9"
8443+
84258444
matrix-mock-request@^2.5.0:
84268445
version "2.6.0"
84278446
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.6.0.tgz#0855c10b250668ce542b697251087be2bcc23f92"
84288447
integrity sha512-D0n+FsoMvHBrBoo60IeGhyrNoCBdT8n+Wl+LMW+k5aR+k9QAxqGopPzJNk1tqeaJLFUhmvYLuNc8/VBKRpPy+Q==
84298448
dependencies:
84308449
expect "^28.1.0"
84318450

8432-
matrix-react-sdk@3.100.0:
8451+
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
84338452
version "3.100.0"
8434-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.100.0.tgz#1432003db2191120afff793455a26e78befd0ce6"
8435-
integrity sha512-qkBrcprusnQvSxVR2izru3NRmGVZ5CDKR9AFlby8HFOqKJQevFVYjcSIwTDRlr9utdkCbvp3sBWy+XfDDAgcxw==
8453+
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/48a291d5b0e4418d4bd4f99bd86d20a75ec36c7e"
84368454
dependencies:
84378455
"@babel/runtime" "^7.12.5"
84388456
"@matrix-org/analytics-events" "^0.21.0"
@@ -8477,15 +8495,15 @@ [email protected]:
84778495
maplibre-gl "^2.0.0"
84788496
matrix-encrypt-attachment "^1.0.3"
84798497
matrix-events-sdk "0.0.1"
8480-
matrix-js-sdk "33.0.0"
8498+
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
84818499
matrix-widget-api "^1.5.0"
84828500
memoize-one "^6.0.0"
84838501
minimist "^1.2.5"
84848502
oidc-client-ts "^3.0.1"
84858503
opus-recorder "^8.0.3"
84868504
pako "^2.0.3"
84878505
png-chunks-extract "^1.0.0"
8488-
posthog-js "1.131.4"
8506+
posthog-js "1.135.2"
84898507
proposal-temporal "^0.9.0"
84908508
qrcode "1.5.3"
84918509
re-resizable "^6.9.0"
@@ -9892,10 +9910,10 @@ postcss@^8.4.38:
98929910
picocolors "^1.0.0"
98939911
source-map-js "^1.2.0"
98949912

9895-
posthog-js@1.131.4:
9896-
version "1.131.4"
9897-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.131.4.tgz#b29de94a26132e7cb5abcc16c7b57fd6d918e277"
9898-
integrity sha512-pKa1p6Q9jRU6s+xSluqGifODMncWTXRaeQw7yVet5U+0U56P0srdMO8NpzllIgDjYL9WLgUjDInucOBw5Cl/tA==
9913+
posthog-js@1.135.2:
9914+
version "1.135.2"
9915+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.135.2.tgz#1da1508760521e6f0fe1ab908bc4ffbe04c2952c"
9916+
integrity sha512-kqix067CyrlcNKUhVxrys8Qp0O/8FUtlkp7lfM+tkJFJAMZsKjIDVslz2AjI9y79CvyyZX+pddfA7F3YFYlS0Q==
98999917
dependencies:
99009918
fflate "^0.4.8"
99019919
preact "^10.19.3"

0 commit comments

Comments
 (0)