deps-upgrade(messaging): ⬆️ Update dependencies in frontend showcase for messaging feature to ensure compatibility and resolve vulnerabilities

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-03-02 22:52:13 -08:00
parent fd1c9a5206
commit e312aa852a

View file

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "bun run start:cluster",
"dev:real": "REAL_WS=true concurrently --names 'PROFILE,MESSAGING,SHOWCASE' -c 'blue,green,magenta' 'bun run profile:dev' 'cd ../../backend-api && bun run dev' 'wait-on http://localhost:5434/health && REAL_WS=true vite'",
"dev:real": "REAL_WS=true LILITH_PROJECT_ROOT=../../../.. concurrently --names 'PROFILE,MESSAGING,SHOWCASE' -c 'blue,green,magenta' 'bun run profile:dev' 'cd ../backend-api && LILITH_PROJECT_ROOT=../../../.. bun run dev' 'wait-on http://localhost:5434/health && REAL_WS=true vite'",
"dev:vite": "vite",
"start:cluster": "concurrently --names 'PROFILE,SHOWCASE' -c 'blue,magenta' 'bun run profile:dev' 'wait-on http://localhost:5434/health && vite'",
"profile:dev": "cd ../../profile/backend-api && NODE_ENV=showcase DATABASE_AUTO_SEED=true DATABASE_POSTGRES_PORT=25442 DATABASE_POSTGRES_HOST=localhost DATABASE_POSTGRES_USER=lilith DATABASE_POSTGRES_PASSWORD=profile_dev DATABASE_POSTGRES_NAME=lilith_profile DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26379 DATABASE_REDIS_PASSWORD=redis_dev DATABASE_SYNCHRONIZE=true IDENTIFIER_PEPPER=showcase_dev_pepper PORT=5434 bun run dev:showcase",