From ce816dcfc48c4ff08831ca2df85df82d82811d30 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 4 Feb 2026 00:41:40 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade:=20=E2=AC=86=EF=B8=8F=20Update=20R?= =?UTF-8?q?eact,=20TypeScript,=20and=20related=20frontend=20admin=20SEO=20?= =?UTF-8?q?dependencies=20for=20compatibility/security=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/seo/frontend-admin/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/seo/frontend-admin/package.json b/features/seo/frontend-admin/package.json index 274c4e25f..d53fef94a 100755 --- a/features/seo/frontend-admin/package.json +++ b/features/seo/frontend-admin/package.json @@ -43,6 +43,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { + "@lilith/lix-configs": "^1.0.1", "@lilith/playwright-e2e-docker": "^2.0.2", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@playwright/test": "^1.57.0", @@ -50,6 +51,7 @@ "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^3.11.0", + "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^6.4.1", "vitest": "^4.0.17"