chore: add idb dependency missed in Phase 4 offline-capture commit

lib/offline/db.ts has imported idb since c048878 but the dependency
was never committed to package.json.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CPf5Rc8QPx6V8KLEEgfKEQ
This commit is contained in:
2026-07-12 10:25:21 +08:00
co-authored by Claude Fable 5
parent 576557181a
commit f1d426adf1
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
"@anthropic-ai/sdk": "^0.111.0",
"@supabase/ssr": "^0.12.0",
"@supabase/supabase-js": "^2.110.2",
"idb": "^8.0.3",
"next": "^15.5.20",
"pdf-lib": "^1.17.1",
"react": "^19.2.7",