chore(profile): 🔧 Update dependency versions in backend-api, frontend-app, and e2e profile directories
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
1bc52b0c56
commit
40f5c0fe4b
3 changed files with 17 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"typeorm": "^0.3.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
"@lilith/configs": "^2.0.0",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
||||
"@nestjs/cli": "^11.0.16",
|
||||
"@nestjs/schematics": "^11.0.9",
|
||||
|
|
|
|||
15
features/profile/e2e/package.json
Normal file
15
features/profile/e2e/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "profile-e2e-runner",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "E2E test runner for Profile feature",
|
||||
"scripts": {
|
||||
"test": "playwright test --config=playwright.docker.config.ts",
|
||||
"test:headed": "playwright test --config=playwright.docker.config.ts --headed"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.0",
|
||||
"@playwright/test": "^1.52.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"react-router-dom": "^7.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
"@lilith/configs": "^2.0.0",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
||||
"@types/react": "^19.2.8",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue