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" } }