diff --git a/web/apps/cast/package.json b/web/apps/cast/package.json index 2521f97f1..e544cd370 100644 --- a/web/apps/cast/package.json +++ b/web/apps/cast/package.json @@ -7,7 +7,6 @@ "@ente/accounts": "*", "@ente/eslint-config": "*", "@ente/shared": "*", - "ffmpeg-wasm": "file:../photos/thirdparty/ffmpeg-wasm", "jszip": "3.10.1", "mime-types": "^2.1.35" }, diff --git a/web/package.json b/web/package.json index 606ee14cd..3b8697bd8 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "dev:payments": "yarn workspace payments dev", "dev:photos": "yarn workspace photos next dev", "dev:staff": "yarn workspace staff dev", - "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives && yarn workspaces run tsc", + "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives", "lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .", "preview": "yarn preview:photos", "preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001", diff --git a/web/yarn.lock b/web/yarn.lock index 069f16556..6e7f48715 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -2610,7 +2610,7 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm", "ffmpeg-wasm@file:apps/photos/thirdparty/ffmpeg-wasm": +"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm": version "0.10.1" dependencies: is-url "^1.2.4"