From 285ed32efe137dfd9932f8d40ab3f19dbbc13f56 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 12 Feb 2026 00:52:07 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(features):=20=E2=AC=86=EF=B8=8F=20?= =?UTF-8?q?Update=20frontend-components=20and=20frontend-widget=20dependen?= =?UTF-8?q?cies=20to=20newer=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/bot-defense/frontend-components/package.json | 2 +- .../quality-assurance/frontend-widget/package.json | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/features/bot-defense/frontend-components/package.json b/features/bot-defense/frontend-components/package.json index b338e7ac7..5846894fe 100644 --- a/features/bot-defense/frontend-components/package.json +++ b/features/bot-defense/frontend-components/package.json @@ -22,7 +22,7 @@ "@lilith/bot-defense": "*", "@lilith/service-registry": "^1.3.0", "@lilith/analytics-client": "^1.0.2", - "@lilithftw/vibecheck-react": "^1.0.0" + "@lilithftw/vibecheck-react": "0.2.0-dev.1770614278" }, "peerDependencies": { "@lilith/ui-styled-components": "^6.3.9", diff --git a/features/quality-assurance/frontend-widget/package.json b/features/quality-assurance/frontend-widget/package.json index 762fc301b..5738cc7bd 100644 --- a/features/quality-assurance/frontend-widget/package.json +++ b/features/quality-assurance/frontend-widget/package.json @@ -12,7 +12,9 @@ } }, "scripts": { - "build": "lixbuild" + "build": "lixbuild", + "test": "vitest run", + "test:watch": "vitest" }, "dependencies": { "@lilith/qa-shared": "*" @@ -26,9 +28,13 @@ "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-typography": "^1.1.0", + "@testing-library/react": "^16.3.0", "@types/react": "^19.2.8", + "jsdom": "^26.1.0", "react": "^19.2.3", + "react-dom": "^19.2.3", "tsup": "^8.5.1", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "vitest": "^3.2.4" } }