deps-upgrade(frontend-showcase): ⬆️ Update React, UI libraries, and related dependencies in profile feature showcase for performance/security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e68780e95b
commit
4600c3885a
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue