Update file-type dependency and move it to its correct package.json

Refs:
- https://github.com/sindresorhus/file-type/releases/tag/v17.0.0

Went through the release notes since v16 to check that none of the MIME types we
care about have changed.
This commit is contained in:
Manav Rathi
2024-04-24 18:18:02 +05:30
parent f3c798148c
commit 38e18f29bd
7 changed files with 34 additions and 46 deletions

View File

@@ -133,8 +133,11 @@ some cases.
## Media
- "jszip" is used for reading zip files in JavaScript. Live photos are zip
files under the hood.
- "[jszip](https://github.com/Stuk/jszip)" is used for reading zip files in
JavaScript (Live photos are zip files under the hood).
- "[file-type](https://github.com/sindresorhus/file-type)" is used for MIME
type detection.
## Photos app specific