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

Adds anchor/compact props for sidebar layout support.
This commit is contained in:
Usman Baig
2026-03-18 21:59:41 +01:00
parent e8b3227dcf
commit 66d63f7a3b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend",
"version": "0.15.0-alpha",
"dependencies": {
"@ciphera-net/ui": "^0.2.11",
"@ciphera-net/ui": "^0.2.12",
"@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2",
@@ -1670,9 +1670,9 @@
}
},
"node_modules/@ciphera-net/ui": {
"version": "0.2.11",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.2.11/f2fd317915796a89d7cdf765e9129732de52cafd",
"integrity": "sha512-9ORfLeGPhnujK4bpnbSv+IzlKT8L50JlzS477RSNqBszVw05qbDlg4vtfAxXyKQFhsHBNSuEssbpn4rbOTARiw==",
"version": "0.2.12",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.2.12/d6780a19e3f0128431d6ddb3166798f01fba28dc",
"integrity": "sha512-LQCG2ErTXBGB7PDRoco9uK6cE+9IenER9Yrxkc0BfvSG46irUwmI19H1WPzLohMQdy2Wu99eu/PP+0X7fQw3wA==",
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"class-variance-authority": "^0.7.1",

View File

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