⬆️(frontend) dedupe react-stately, align react-aria packages

Add react-aria 3.49.0 + react-stately 3.47.0 as direct deps and bump
react-aria-components to 1.18.0 so react-stately resolves to one version.
Fixes the nominal Timer type clash and missing @react-stately/toast
imports introduced by the React Aria v1.17 monopackage consolidation.
This commit is contained in:
snyk-bot
2026-06-06 03:32:21 +00:00
committed by aleb_the_flash
parent 3b3f992834
commit 79245389ce
18 changed files with 32 additions and 749 deletions
@@ -1,4 +1,4 @@
import { useToast } from '@react-aria/toast'
import { useToast } from 'react-aria'
import { useRef } from 'react'
import { Button as RACButton } from 'react-aria-components'
import { Track } from 'livekit-client'