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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user