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:
parent
68888d0586
commit
4e84564ce7
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue