build: downgrade cropperjs from v2.1.0 to v1.6.1

The newer version introduced breaking changes with additional dependencies that aren't needed for our use case. Reverting to the more stable v1.6.1 which provides the required functionality without the extra complexity.
This commit is contained in:
abdullahalam123
2025-10-21 14:45:22 +05:30
parent 25c221f8b9
commit 0ddf54cba3
2 changed files with 6 additions and 130 deletions

View File

@@ -42,7 +42,7 @@
"@neslinesli93/qpdf-wasm": "^0.3.0",
"@tailwindcss/vite": "^4.1.15",
"blob-stream": "^0.1.3",
"cropperjs": "^2.1.0",
"cropperjs": "^1.6.1",
"heic2any": "^0.0.4",
"html2canvas": "^1.4.1",
"javascript-obfuscator": "^4.1.1",