fix: add qrcode dependency missing from package.json

This commit is contained in:
erio
2026-03-01 14:20:14 +08:00
parent ceb09659f8
commit e0ea57cfc3
2 changed files with 201 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"@prisma/client": "^7.4.2",
"next": "16.1.6",
"pg": "^8.19.0",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "^4.3.6"
@@ -30,6 +31,7 @@
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.4",