chore(fontend-admin): 🔧 Update dependencies in package.json (dev/peer) to maintain compatibility and security

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-16 11:03:50 -08:00
parent 68888d0586
commit 4e84564ce7

View file

@ -24,7 +24,10 @@
"dev": "lixb --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
"test:watch": "vitest",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:debug": "playwright test --debug"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0",
@ -49,6 +52,7 @@
"@lilith/lix-configs": "^1.0.1",
"@lilith/test-utils": "*",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",