PULSE-31: PWA support and offline banner #4

Merged
uz1mani merged 12 commits from staging into main 2026-02-04 11:46:26 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit acbd8ef8bc - Show all commits

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend",
"version": "0.1.0",
"dependencies": {
"@ciphera-net/ui": "^0.0.38",
"@ciphera-net/ui": "^0.0.39",
"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.38",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.38/adcb1125bffdeedce04cc0b13dec6c675f9c1040",
"integrity": "sha512-I3SYbuCZv7Gd/voTQ7zeqxIUhgM8W7A2ThPdQ4LCH053wbv80i5JMPcgebntAGLWDlvewL/pEQkOtNkGrXOiGg==",
"version": "0.0.39",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.39/021cbbe26d3d960bc8e0b037be33eddae2694d96",
"integrity": "sha512-UJF38xQZusy01D3i6lUWGnVt2PgIunsQjdoTG2n4r/XyxP/3O8JjliJH90BI++Aix6hAO/TN2on35MYIbAQuTg==",
"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.38",
"@ciphera-net/ui": "^0.0.39",
"axios": "^1.13.2",
"country-flag-icons": "^1.6.4",
"d3-scale": "^4.0.2",