From 4c0e9920c272edb945ec08cd280f70f55aff7b96 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 19 Jan 2026 00:48:10 +0100 Subject: [PATCH] chore: downgrade @ciphera-net/ui dependency to version 0.0.6 and update layout content for type compatibility --- app/layout-content.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 49740f6..2d4c0a0 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -17,7 +17,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode Ciphera Analytics - + as any } />
diff --git a/package.json b/package.json index 5dc63de..c869e41 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@ciphera-net/ui": "^0.0.7", + "@ciphera-net/ui": "^0.0.6", "@radix-ui/react-icons": "^1.3.2", "axios": "^1.13.2", "country-flag-icons": "^1.6.4",