Skip to content

Commit 0b6ed44

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent a6ce6dc commit 0b6ed44

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"maplibre-gl": "^2.0.0",
127127
"matrix-encrypt-attachment": "^1.0.3",
128128
"matrix-events-sdk": "0.0.1",
129-
"matrix-js-sdk": "34.10.0",
129+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
130130
"matrix-widget-api": "^1.9.0",
131131
"memoize-one": "^6.0.0",
132132
"oidc-client-ts": "^3.0.1",

yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8307,10 +8307,9 @@ [email protected]:
83078307
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
83088308
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
83098309

8310-
matrix-js-sdk@34.10.0:
8310+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
83118311
version "34.10.0"
8312-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.10.0.tgz#39d2b4a10ee9a05dc5b40553e317b65b2b5a5efd"
8313-
integrity sha512-+X9euFC1BeDIX06ckPeYD4Bs1yIGzETTSqVsktjZG6FOx6kr8CGIenmcCe4majq0Kj9tpv+p/NFenh59aPdh8Q==
8312+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/5a1488ebd5552817b1e95265afe7b3baac1231a2"
83148313
dependencies:
83158314
"@babel/runtime" "^7.12.5"
83168315
"@matrix-org/matrix-sdk-crypto-wasm" "^9.0.0"
@@ -8326,7 +8325,7 @@ [email protected]:
83268325
p-retry "4"
83278326
sdp-transform "^2.14.1"
83288327
unhomoglyph "^1.0.6"
8329-
uuid "10"
8328+
uuid "11"
83308329

83318330
matrix-mock-request@^2.5.0:
83328331
version "2.6.0"
@@ -11702,21 +11701,16 @@ [email protected]:
1170211701
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1170311702
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1170411703

11705-
uuid@10:
11706-
version "10.0.0"
11707-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
11708-
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
11704+
uuid@11, uuid@^11.0.0:
11705+
version "11.0.2"
11706+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875"
11707+
integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==
1170911708

1171011709
[email protected], uuid@^8.3.2:
1171111710
version "8.3.2"
1171211711
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1171311712
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1171411713

11715-
uuid@^11.0.0:
11716-
version "11.0.2"
11717-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875"
11718-
integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==
11719-
1172011714
uuid@^9.0.0:
1172111715
version "9.0.1"
1172211716
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"

0 commit comments

Comments
 (0)