Skip to content

Commit 93ae2ae

Browse files
authored
New Membership Manager js-sdk develop (#3067)
* fix experimentalDecorators like we do in the js-sdk * bump-js-sdk * update to develop branch of js-sdk (new membership manager)
1 parent a97c36a commit 93ae2ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"livekit-client": "^2.5.7",
9292
"lodash-es": "^4.17.21",
9393
"loglevel": "^1.9.1",
94-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#0cdb07544d9926cf0855a76ca5cc7dab253bdb24",
94+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
9595
"matrix-widget-api": "1.11.0",
9696
"normalize.css": "^8.0.1",
9797
"observable-hooks": "^4.2.3",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"strict": true,
1010
"noEmit": true,
1111
"noEmitOnError": true,
12-
"experimentalDecorators": true,
12+
"experimentalDecorators": false,
1313
"esModuleInterop": true,
1414
"noUnusedLocals": true,
1515
"moduleResolution": "bundler",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6334,9 +6334,9 @@ [email protected]:
63346334
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
63356335
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
63366336

6337-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#0cdb07544d9926cf0855a76ca5cc7dab253bdb24":
6338-
version "37.0.0"
6339-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/0cdb07544d9926cf0855a76ca5cc7dab253bdb24"
6337+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6338+
version "37.1.0"
6339+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/9f9be701e7a8e85b5f749d0104138af36b0b82bd"
63406340
dependencies:
63416341
"@babel/runtime" "^7.12.5"
63426342
"@matrix-org/matrix-sdk-crypto-wasm" "^14.0.1"

0 commit comments

Comments
 (0)