chore: Upgrade pdfjs-dist from 4.0.379 to 4.10.38
Updated PDF.js library to version 4.10.38 for improved PDF rendering and barcode scanning capabilities. Changes: - package.json: Updated pdfjs-dist dependency to ^4.10.38 - package-lock.json: Updated dependency tree - public/pdf.worker.min.mjs: Updated PDF.js worker file - app/lib/pdf/barcodeDecoder.ts: Removed unused import This is a minor version update within v4, maintaining API compatibility while receiving bug fixes and improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"next": "^14.0.2",
|
||||
"next-auth": "^5.0.0-beta.4",
|
||||
"next-intl": "^3.7.0",
|
||||
"pdfjs-dist": "^4.0.379",
|
||||
"pdfjs-dist": "^4.10.38",
|
||||
"pg": "^8.11.3",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user