Update npm non-major dependencies (#34320)

* Update npm non-major dependencies

* Oxfmt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-07-17 14:14:07 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent 9de39dc72b
commit 67fc33ad98
9 changed files with 188 additions and 184 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export const useLiveBeacons = (roomId: Room["roomId"], matrixClient: MatrixClien
room?.currentState,
RoomStateEvent.BeaconLiveness,
() =>
room?.currentState?.liveBeaconIds.map(
(beaconIdentifier) => room.currentState.beacons.get(beaconIdentifier)!,
room?.currentState?.liveBeaconIds.map((beaconIdentifier) =>
room.currentState.beacons.get(beaconIdentifier)!,
) || [],
);