diff --git a/web/apps/cast/package.json b/web/apps/cast/package.json index 2437c6c14..012148969 100644 --- a/web/apps/cast/package.json +++ b/web/apps/cast/package.json @@ -7,7 +7,6 @@ "@/next": "*", "@ente/accounts": "*", "@ente/eslint-config": "*", - "@ente/shared": "*", - "mime-types": "^2.1.35" + "@ente/shared": "*" } } diff --git a/web/apps/photos/package.json b/web/apps/photos/package.json index f210cf632..1196b4ddf 100644 --- a/web/apps/photos/package.json +++ b/web/apps/photos/package.json @@ -29,6 +29,7 @@ "leaflet-defaulticon-compatibility": "^0.1.1", "localforage": "^1.9.0", "memoize-one": "^6.0.0", + "mime-types": "^2.1.35", "ml-matrix": "^6.10.4", "otpauth": "^9.0.2", "p-debounce": "^4.0.0",