From 30398e1e7aa27fa9cdb520a1e45ea10affea101f Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 1 Feb 2026 17:42:16 -0800 Subject: [PATCH] =?UTF-8?q?chore(fontend):=20=F0=9F=94=A7=20Upgrade=20depe?= =?UTF-8?q?ndencies=20in=20frontend-showcase,=20profile,=20and=20status-da?= =?UTF-8?q?shboard=20to=20latest=20stable=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/frontend-showcase/frontend/package.json | 1 + features/profile/frontend-app/package.json | 1 + features/status-dashboard/frontend-public/package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/features/frontend-showcase/frontend/package.json b/features/frontend-showcase/frontend/package.json index 7c718e928..f3443f3f7 100755 --- a/features/frontend-showcase/frontend/package.json +++ b/features/frontend-showcase/frontend/package.json @@ -23,6 +23,7 @@ "react-dom": "^19.2.3" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index bc1c90ef7..ed3c80f05 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -42,6 +42,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 37f2472ea..ec09ffd89 100755 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -36,6 +36,7 @@ "socket.io-client": "^4.8.3" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/playwright-e2e-docker": "^2.0.2", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@playwright/test": "^1.57.0",