chore: update @ciphera-net/ui dependency to version 0.0.38; modify LayoutContent to include showSecurity prop
This commit is contained in:
@@ -60,6 +60,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
|||||||
LinkComponent={Link}
|
LinkComponent={Link}
|
||||||
appName="Pulse"
|
appName="Pulse"
|
||||||
showPricing={true}
|
showPricing={true}
|
||||||
|
showSecurity={false}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"name": "pulse-frontend",
|
"name": "pulse-frontend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ciphera-net/ui": "^0.0.37",
|
"@ciphera-net/ui": "^0.0.38",
|
||||||
"axios": "^1.13.2",
|
"axios": "^1.13.2",
|
||||||
"country-flag-icons": "^1.6.4",
|
"country-flag-icons": "^1.6.4",
|
||||||
"d3-scale": "^4.0.2",
|
"d3-scale": "^4.0.2",
|
||||||
@@ -269,9 +269,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ciphera-net/ui": {
|
"node_modules/@ciphera-net/ui": {
|
||||||
"version": "0.0.37",
|
"version": "0.0.38",
|
||||||
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.37/b77e51ee8faddab0d75e9f114e7a055bb3f2e5c8",
|
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.38/adcb1125bffdeedce04cc0b13dec6c675f9c1040",
|
||||||
"integrity": "sha512-8/EpoGUcbhdPtkuGQB1fIECP60LnSwPq/4EWWTyxNN/I9Ghp+2ajDVgWG+oYvMfl7XwqHoE1ccldZtAlBq4aEg==",
|
"integrity": "sha512-I3SYbuCZv7Gd/voTQ7zeqxIUhgM8W7A2ThPdQ4LCH053wbv80i5JMPcgebntAGLWDlvewL/pEQkOtNkGrXOiGg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-icons": "^1.3.0",
|
"@radix-ui/react-icons": "^1.3.0",
|
||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"type-check": "tsc --noEmit"
|
"type-check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ciphera-net/ui": "^0.0.37",
|
"@ciphera-net/ui": "^0.0.38",
|
||||||
"axios": "^1.13.2",
|
"axios": "^1.13.2",
|
||||||
"country-flag-icons": "^1.6.4",
|
"country-flag-icons": "^1.6.4",
|
||||||
"d3-scale": "^4.0.2",
|
"d3-scale": "^4.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user