lint-fix and beautifuller

This commit is contained in:
Manav Rathi 2024-04-24 18:47:05 +05:30
parent af79db90d0
commit 1447d4976f
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -133,13 +133,13 @@ some cases.
## Media
- "[jszip](https://github.com/Stuk/jszip)" is used for reading zip files in
- ["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. We are at an old version 16.5.4 because v17 onwards the
package became ESM only - for our limited use case, the custom Webpack
configuration that entails is not worth the upgrade.
- ["file-type"](https://github.com/sindresorhus/file-type) is used for MIME
type detection. We are at an old version 16.5.4 because v17 onwards the
package became ESM only - for our limited use case, the custom Webpack
configuration that entails is not worth the upgrade.
## Photos app specific

View file

@ -3316,7 +3316,7 @@ libsodium-wrappers@0.7.9:
dependencies:
libsodium "^0.7.0"
libsodium@^0.7.0:
libsodium@0.7.9, libsodium@^0.7.0:
version "0.7.9"
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.9.tgz#4bb7bcbf662ddd920d8795c227ae25bbbfa3821b"
integrity sha512-gfeADtR4D/CM0oRUviKBViMGXZDgnFdMKMzHsvBdqLBHd9ySi6EtYnmuhHVDDYgYpAO8eU8hEY+F8vIUAPh08A==