From 4600c3885ae53b762f514f63cdf2a24f038108ca Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 22 Feb 2026 11:41:17 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(frontend-showcase):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20React,=20UI=20libraries,=20and=20related?= =?UTF-8?q?=20dependencies=20in=20profile=20feature=20showcase=20for=20per?= =?UTF-8?q?formance/security=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/frontend-showcase/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/profile/frontend-showcase/package.json b/features/profile/frontend-showcase/package.json index 8c207d0c4..cc121d831 100644 --- a/features/profile/frontend-showcase/package.json +++ b/features/profile/frontend-showcase/package.json @@ -14,6 +14,8 @@ "showcase:stop": "docker compose down", "showcase:clean": "docker compose down -v", "dev": "bun run showcase:start", + "mock:profile": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true vite --mode mock", + "mock:profile-assistant": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_MOCK_ASSISTANT=true vite --mode mock", "build": "vite build", "test": "lixtest", "e2e": "npx playwright test" @@ -35,11 +37,13 @@ "styled-components": "6.3.8" }, "devDependencies": { + "@lilith/msw-handlers": "*", "@playwright/test": "^1.52.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.5.2", "concurrently": "^9.2.0", + "msw": "^2.12.7", "typescript": "^5.9.3", "vite": "^7.3.1", "vitest": "^2.1.9"