Performance insights, Goals & Events, 2FA improvements, auth fixes #36

Merged
uz1mani merged 12 commits from staging into main 2026-02-25 19:41:07 +00:00
6 changed files with 44 additions and 61 deletions
Showing only changes of commit dd9d4c5ac2 - Show all commits

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend",
"version": "0.11.1-alpha",
"dependencies": {
"@ciphera-net/ui": "^0.0.60",
"@ciphera-net/ui": "^0.0.61",
"@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0",
"@stripe/react-stripe-js": "^5.6.0",
@@ -1541,9 +1541,9 @@
}
},
"node_modules/@ciphera-net/ui": {
"version": "0.0.60",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.60/8d3b666ea855e202cf55fa6bdf7553c843635203",
"integrity": "sha512-993Zsc4TGYrjO7cG4Q7oskgo0U+fEY4s8mDmR/jhdmZQv83bNXG9YgjvWcePhojhsVf+Nyo1DA2Nm0j/fwAzaA==",
"version": "0.0.61",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.61/b9a3b8917090c640655b0fd1c9dfe9c5a1ea0421",
"integrity": "sha512-yLhint7P2UfCjkYOXmRAGrgoswTSZUyV9AJGMPVP7dbdWhir1Mn3FkI54GdBldeI/QzTMYE5s4kSp8dKjTMiLw==",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0",

View File

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