feat(widget): Rtc transports discovery for widgets (#34393)
* feat(widget): Rtc transports discovery for widgets * fix linter * update matrix-widget-api and js-sdk * fix eslint-plugin-element-call path * update widget-api: Parent-id delegation is deprectated --------- Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Generated
+13
-13
@@ -276,7 +276,7 @@ overrides:
|
||||
'@types/react': ^19.2.10
|
||||
'@types/react-dom': ^19.2.3
|
||||
caniuse-lite: 1.0.30001806
|
||||
matrix-widget-api: ^1.17.0
|
||||
matrix-widget-api: ^1.18.0
|
||||
'@types/node': 25.9.3
|
||||
config-file-ts: 0.2.8-rc1
|
||||
node-abi: 4.33.0
|
||||
@@ -655,8 +655,8 @@ importers:
|
||||
specifier: github:matrix-org/matrix-js-sdk#develop
|
||||
version: https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/a7396ee8e7ef4011f87d6f5c5a3103e92bb16bb3
|
||||
matrix-widget-api:
|
||||
specifier: ^1.17.0
|
||||
version: 1.17.0
|
||||
specifier: ^1.18.0
|
||||
version: 1.18.0
|
||||
memoize-one:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
@@ -1113,8 +1113,8 @@ importers:
|
||||
specifier: ^3.6.0
|
||||
version: 3.6.0(supports-color@10.2.2)
|
||||
matrix-widget-api:
|
||||
specifier: ^1.17.0
|
||||
version: 1.17.0
|
||||
specifier: ^1.18.0
|
||||
version: 1.18.0
|
||||
react:
|
||||
specifier: 'catalog:'
|
||||
version: 19.2.8
|
||||
@@ -1208,8 +1208,8 @@ importers:
|
||||
specifier: ^9.0.0
|
||||
version: 9.9.0(@fontsource/inconsolata@5.2.8)(@fontsource/inter@5.3.0)(@types/react-dom@19.2.3)(@types/react@19.2.18)(@vector-im/compound-design-tokens@10.2.1)(react-dom@19.2.8)(react@19.2.8)
|
||||
matrix-widget-api:
|
||||
specifier: ^1.17.0
|
||||
version: 1.17.0
|
||||
specifier: ^1.18.0
|
||||
version: 1.18.0
|
||||
styled-components:
|
||||
specifier: ^6.3.11
|
||||
version: 6.4.4(react-dom@19.2.8)(react@19.2.8)
|
||||
@@ -1294,8 +1294,8 @@ importers:
|
||||
specifier: 'catalog:'
|
||||
version: typescript@7.0.2
|
||||
matrix-widget-api:
|
||||
specifier: ^1.17.0
|
||||
version: 1.17.0
|
||||
specifier: ^1.18.0
|
||||
version: 1.18.0
|
||||
rollup-plugin-external-globals:
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.0(rollup@4.60.1)
|
||||
@@ -10142,8 +10142,8 @@ packages:
|
||||
resolution: {integrity: sha512-oY4YZCU8OqDZzmCiJpo8XrATa7XNOB5oFyIpE7O0jjaIEeu6LnQrHmm/fpsYkPUENVzGJm1YdoOtvcBrQx+h2g==}
|
||||
hasBin: true
|
||||
|
||||
matrix-widget-api@1.17.0:
|
||||
resolution: {integrity: sha512-5FHoo3iEP3Bdlv5jsYPWOqj+pGdFQNLWnJLiB0V7Ygne7bb+Gsj3ibyFyHWC6BVw+Z+tSW4ljHpO17I9TwStwQ==}
|
||||
matrix-widget-api@1.18.0:
|
||||
resolution: {integrity: sha512-4T2f2koWmx05p1BLcT/9YGGGPSXpPT+PA4Oap/5fjhXsWPxMGJiGL97YpANMYLKsnE1sScYFeuyxIgdc1Qo+Ew==}
|
||||
|
||||
md5.js@1.3.5:
|
||||
resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==}
|
||||
@@ -23387,7 +23387,7 @@ snapshots:
|
||||
content-type: 2.0.0
|
||||
loglevel: 1.9.2
|
||||
matrix-events-sdk: 0.0.1
|
||||
matrix-widget-api: 1.17.0
|
||||
matrix-widget-api: 1.18.0
|
||||
p-retry: 8.0.0
|
||||
sdp-transform: 3.0.0
|
||||
unhomoglyph: 1.0.6
|
||||
@@ -23402,7 +23402,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
matrix-widget-api@1.17.0:
|
||||
matrix-widget-api@1.18.0:
|
||||
dependencies:
|
||||
'@types/events': 3.0.3
|
||||
events: 3.3.0
|
||||
|
||||
Reference in New Issue
Block a user