From ef041d9a011b641f88eb602fc384906ab574760b Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 23 Feb 2026 19:10:07 +0100 Subject: [PATCH] chore: update @ciphera-net/ui dependency to version 0.0.63 in package.json --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e926f1b..90d561f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pulse-frontend", "version": "0.11.1-alpha", "dependencies": { - "@ciphera-net/ui": "^0.0.62", + "@ciphera-net/ui": "^0.0.63", "@ducanh2912/next-pwa": "^10.2.9", "@radix-ui/react-icons": "^1.3.0", "@stripe/react-stripe-js": "^5.6.0", @@ -1541,9 +1541,9 @@ } }, "node_modules/@ciphera-net/ui": { - "version": "0.0.62", - "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.62/9cc42f0ed1d765dcf2b2e31b6db6de2393544c94", - "integrity": "sha512-WCV2exxhiMAwR0AtQiYzp1kzYZhjMx5fajw0cFniG1F6raNLmDjvb0bILPjSvOoqw8uixlRZgxAke3ovW5wfcQ==", + "version": "0.0.63", + "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.63/70ae8faf2233a7d654f57767d11ac1c12f3e3a74", + "integrity": "sha512-E1yeKX5OG/7naK5ug5UGwJUmRAA7qKfF5YHiOhKibETpqlpWdehZTUrMygMP7FSho2VGFHzM+dHRy7QlxtsOGA==", "dependencies": { "@radix-ui/react-icons": "^1.3.0", "clsx": "^2.1.0", diff --git a/package.json b/package.json index b8f90ea..cc1b03c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@ciphera-net/ui": "^0.0.62", + "@ciphera-net/ui": "^0.0.63", "@ducanh2912/next-pwa": "^10.2.9", "@radix-ui/react-icons": "^1.3.0", "@stripe/react-stripe-js": "^5.6.0",