chore(05-01): install web-push and workbox push dependencies

- apps/api: add web-push@^3.6.7 (prod) + @types/web-push@^3.6.4 (dev)
- apps/pwa: add workbox-core, workbox-precaching, workbox-routing@^7.4.1 (dev)
- pnpm-lock.yaml updated for all three workspace packages
This commit is contained in:
Lucas Berger
2026-06-09 20:47:35 -04:00
parent ddc84f1ffc
commit 80bbdc1735
3 changed files with 113 additions and 1 deletions
+4 -1
View File
@@ -39,6 +39,9 @@
"jsdom": "^26.1.0",
"typescript": "^5.5.0",
"vite": "8.0.16",
"vitest": "^4.1.8"
"vitest": "^4.1.8",
"workbox-core": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-routing": "^7.4.1"
}
}