From f142b1248968fd8590f3f45e676eeec7fe2413e7 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 13 Feb 2026 10:36:26 -0800 Subject: [PATCH] =?UTF-8?q?chore(i18n-landing):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?i18n-related=20dependencies=20in=20features/i18n/react=20and=20?= =?UTF-8?q?features/landing/frontend-public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/i18n/react/package.json | 1 + features/landing/frontend-public/package.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/features/i18n/react/package.json b/features/i18n/react/package.json index 16701e20b..a7690ec0f 100755 --- a/features/i18n/react/package.json +++ b/features/i18n/react/package.json @@ -37,6 +37,7 @@ "dependencies": { "@lilith/service-registry": "^1.3.0", "@lilith/knowledge-verification-client": "^1.0.0", + "@lilith/truth-client": "^1.0.0", "@lilith/ui-zname": "^1.2.0", "i18next": "^23.16.8", "i18next-browser-languagedetector": "^8.2.0", diff --git a/features/landing/frontend-public/package.json b/features/landing/frontend-public/package.json index 71c1ff864..779563cd3 100755 --- a/features/landing/frontend-public/package.json +++ b/features/landing/frontend-public/package.json @@ -47,7 +47,6 @@ "@emotion/unitless": "^0.10.0", "@lilith/age-verification-react": "*", "@lilith/analytics-client": "^1.0.2", - "@lilith/qa-widget": "*", "@lilith/api-client": "*", "@lilith/auth-provider": "*", "@lilith/i18n": "*", @@ -55,8 +54,10 @@ "@lilith/marketplace-shared": "*", "@lilith/payments": "*", "@lilith/profile-client": "workspace:*", + "@lilith/qa-widget": "*", "@lilith/react-hooks": "*", "@lilith/service-react-bootstrap": "1.2.0", + "@lilith/truth-client": "^1.0.0", "@lilith/types": "*", "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-animated": "^1.1.1", @@ -93,6 +94,7 @@ "@tanstack/react-query": "^5.90.19", "ccount": "^2.0.1", "cookie": "^1.0.2", + "date-fns": "^4.1.0", "debug": "^4.4.3", "decode-named-character-reference": "^1.3.0", "devlop": "^1.1.0",