From 40f5c0fe4bb9574580ff69d8a84c600ffc96c1c7 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 29 Jan 2026 22:44:19 -0800 Subject: [PATCH] =?UTF-8?q?chore(profile):=20=F0=9F=94=A7=20Update=20depen?= =?UTF-8?q?dency=20versions=20in=20backend-api,=20frontend-app,=20and=20e2?= =?UTF-8?q?e=20profile=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/backend-api/package.json | 2 +- features/profile/e2e/package.json | 15 +++++++++++++++ features/profile/frontend-app/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 features/profile/e2e/package.json diff --git a/features/profile/backend-api/package.json b/features/profile/backend-api/package.json index cdede3b51..166bbdd9a 100644 --- a/features/profile/backend-api/package.json +++ b/features/profile/backend-api/package.json @@ -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", diff --git a/features/profile/e2e/package.json b/features/profile/e2e/package.json new file mode 100644 index 000000000..353ac42af --- /dev/null +++ b/features/profile/e2e/package.json @@ -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" + } +} diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index bc1c90ef7..72e01f3c2 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -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",