chore: update @ciphera-net/ui dependency to version 0.0.63 in package.json

This commit is contained in:
Usman Baig
2026-02-23 19:10:07 +01:00
parent 6fb4da5a69
commit ef041d9a01
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend", "name": "pulse-frontend",
"version": "0.11.1-alpha", "version": "0.11.1-alpha",
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.62", "@ciphera-net/ui": "^0.0.63",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@stripe/react-stripe-js": "^5.6.0", "@stripe/react-stripe-js": "^5.6.0",
@@ -1541,9 +1541,9 @@
} }
}, },
"node_modules/@ciphera-net/ui": { "node_modules/@ciphera-net/ui": {
"version": "0.0.62", "version": "0.0.63",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.62/9cc42f0ed1d765dcf2b2e31b6db6de2393544c94", "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.63/70ae8faf2233a7d654f57767d11ac1c12f3e3a74",
"integrity": "sha512-WCV2exxhiMAwR0AtQiYzp1kzYZhjMx5fajw0cFniG1F6raNLmDjvb0bILPjSvOoqw8uixlRZgxAke3ovW5wfcQ==", "integrity": "sha512-E1yeKX5OG/7naK5ug5UGwJUmRAA7qKfF5YHiOhKibETpqlpWdehZTUrMygMP7FSho2VGFHzM+dHRy7QlxtsOGA==",
"dependencies": { "dependencies": {
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0", "clsx": "^2.1.0",

View File

@@ -10,7 +10,7 @@
"type-check": "tsc --noEmit" "type-check": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.62", "@ciphera-net/ui": "^0.0.63",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@stripe/react-stripe-js": "^5.6.0", "@stripe/react-stripe-js": "^5.6.0",