From 93ae2aed9841e0b066d515c56bd4c122d2b591b2 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:48:02 +0100 Subject: [PATCH] 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) --- package.json | 2 +- tsconfig.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bddb8082..2c4651fc 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "livekit-client": "^2.5.7", "lodash-es": "^4.17.21", "loglevel": "^1.9.1", - "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#0cdb07544d9926cf0855a76ca5cc7dab253bdb24", + "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop", "matrix-widget-api": "1.11.0", "normalize.css": "^8.0.1", "observable-hooks": "^4.2.3", diff --git a/tsconfig.json b/tsconfig.json index 12814c82..a7c1714b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "strict": true, "noEmit": true, "noEmitOnError": true, - "experimentalDecorators": true, + "experimentalDecorators": false, "esModuleInterop": true, "noUnusedLocals": true, "moduleResolution": "bundler", diff --git a/yarn.lock b/yarn.lock index e9ee21bd..f44048f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6334,9 +6334,9 @@ 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@github:matrix-org/matrix-js-sdk#0cdb07544d9926cf0855a76ca5cc7dab253bdb24": - version "37.0.0" - resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/0cdb07544d9926cf0855a76ca5cc7dab253bdb24" +"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop": + version "37.1.0" + resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/9f9be701e7a8e85b5f749d0104138af36b0b82bd" dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/matrix-sdk-crypto-wasm" "^14.0.1"