chore: update @ciphera-net/ui dependency to version 0.0.37 in package.json and package-lock.json; add showPricing prop to LayoutContent and Footer components

This commit is contained in:
Usman Baig
2026-01-30 20:27:50 +01:00
parent 6ffd5afc65
commit c0adc7fd63
5 changed files with 198 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend",
"version": "0.1.0",
"dependencies": {
"@ciphera-net/ui": "^0.0.36",
"@ciphera-net/ui": "^0.0.37",
"axios": "^1.13.2",
"country-flag-icons": "^1.6.4",
"d3-scale": "^4.0.2",
@@ -269,9 +269,9 @@
}
},
"node_modules/@ciphera-net/ui": {
"version": "0.0.36",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.36/85a14ec1af822cc96707e88e22c2dbb5019459a1",
"integrity": "sha512-kUvm27uE5hJboLmsrt0KusLAIvLfqk/I6M/7P2ihIURVt9kVbZaAA7b+rKMVzCsexrCIFN7PdgjIKi6cS6723Q==",
"version": "0.0.37",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.37/b77e51ee8faddab0d75e9f114e7a055bb3f2e5c8",
"integrity": "sha512-8/EpoGUcbhdPtkuGQB1fIECP60LnSwPq/4EWWTyxNN/I9Ghp+2ajDVgWG+oYvMfl7XwqHoE1ccldZtAlBq4aEg==",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0",