chore: bump @ciphera-net/ui to ^0.1.0

ShadCN-quality restyle of shared UI components.
This commit is contained in:
Usman Baig
2026-03-09 13:02:06 +01:00
parent 5fc6f183db
commit 86c11dc16f
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend", "name": "pulse-frontend",
"version": "0.13.0-alpha", "version": "0.13.0-alpha",
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.95", "@ciphera-net/ui": "^0.1.0",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10", "@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2", "@simplewebauthn/browser": "^13.2.2",
@@ -1664,11 +1664,12 @@
} }
}, },
"node_modules/@ciphera-net/ui": { "node_modules/@ciphera-net/ui": {
"version": "0.0.95", "version": "0.1.0",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.95/ddb41cb4513d4727f38e34f1a8a8d49a7fc9600d", "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.1.0/433d68844bdbbef83b38ede046b0b601a03a065f",
"integrity": "sha512-Bo0RLetcuPIwU7g5u6oNs9eftlD5Tb82356Ht/wQamx/6egUTZWnouXEEoOlKVhSPRACisys/AGnUQU6JPM+cA==", "integrity": "sha512-uDdHg8KHuaiTaPqxP/0uALnH1UOc0Oz8Z2FnlCGwL7ma2keUotDd/3ooYWIBtFMazeq7Qrq7VM0YrvHd8puqug==",
"dependencies": { "dependencies": {
"@phosphor-icons/react": "^2.1.10", "@phosphor-icons/react": "^2.1.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"framer-motion": "^12.0.0", "framer-motion": "^12.0.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
@@ -6046,6 +6047,18 @@
"node": ">=6.0" "node": ">=6.0"
} }
}, },
"node_modules/class-variance-authority": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
"integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
"license": "Apache-2.0",
"dependencies": {
"clsx": "^2.1.1"
},
"funding": {
"url": "https://polar.sh/cva"
}
},
"node_modules/client-only": { "node_modules/client-only": {
"version": "0.0.1", "version": "0.0.1",
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",

View File

@@ -12,7 +12,7 @@
"test:watch": "vitest" "test:watch": "vitest"
}, },
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.95", "@ciphera-net/ui": "^0.1.0",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10", "@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2", "@simplewebauthn/browser": "^13.2.2",