⬆️(frontend) fix persistent choices nesting issue

Upgraded to livekit/components-react v2.5.4, fixing a bug in v2.5.3 that
caused repeated nesting of persistent user choices, exhausting the quota.
Thanks to Lukas for the quick fix.
This commit is contained in:
lebaudantoine
2024-09-17 19:41:07 +02:00
committed by aleb_the_flash
parent fab08cfaf8
commit 582d3774a4
2 changed files with 17 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
"check": "prettier --check ./src"
},
"dependencies": {
"@livekit/components-react": "2.5.3",
"@livekit/components-react": "2.5.4",
"@livekit/components-styles": "1.1.2",
"@pandacss/preset-panda": "0.46.0",
"@react-aria/toast": "3.0.0-beta.15",