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
8 changed files with 64 additions and 66 deletions
Showing only changes of commit 1484ade717 - 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.63",
"@ciphera-net/ui": "^0.0.64",
"@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.63",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.63/70ae8faf2233a7d654f57767d11ac1c12f3e3a74",
"integrity": "sha512-E1yeKX5OG/7naK5ug5UGwJUmRAA7qKfF5YHiOhKibETpqlpWdehZTUrMygMP7FSho2VGFHzM+dHRy7QlxtsOGA==",
"version": "0.0.64",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.64/1630605518a705ba9e74f003b9c66646bcc699ac",
"integrity": "sha512-xY+yALuCqWtsH78t6xmy2JQnQ8WFSlihElHnetFr6GQp9mOTCA5rlQq+a8hyg4xW7uXtIbKmPBxVnH5TlH9lBQ==",
"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.63",
"@ciphera-net/ui": "^0.0.64",
"@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0",
"@stripe/react-stripe-js": "^5.6.0",