[desktop] Update dependencies (#2840)
This commit is contained in:
@@ -24,38 +24,38 @@
|
||||
"jackspeak": "2.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"any-shell-escape": "^0.1",
|
||||
"auto-launch": "^5.0",
|
||||
"chokidar": "^3.6",
|
||||
"any-shell-escape": "^0.1.1",
|
||||
"auto-launch": "^5.0.6",
|
||||
"chokidar": "^3.6.0",
|
||||
"clip-bpe-js": "^0.0.6",
|
||||
"comlink": "^4.4.1",
|
||||
"compare-versions": "^6.1",
|
||||
"electron-log": "^5.1",
|
||||
"electron-store": "^8.2",
|
||||
"electron-updater": "^6.2",
|
||||
"ffmpeg-static": "^5.2",
|
||||
"lru-cache": "^11",
|
||||
"next-electron-server": "^1",
|
||||
"node-stream-zip": "^1.15",
|
||||
"onnxruntime-node": "^1.18"
|
||||
"compare-versions": "^6.1.1",
|
||||
"electron-log": "^5.1.7",
|
||||
"electron-store": "^8.2.0",
|
||||
"electron-updater": "^6.3.4",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"lru-cache": "^11.0.0",
|
||||
"next-electron-server": "^1.0.0",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"onnxruntime-node": "^1.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9",
|
||||
"@eslint/js": "^9.9.0",
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@types/auto-launch": "^5.0",
|
||||
"@types/auto-launch": "^5.0.5",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/ffmpeg-static": "^3.0",
|
||||
"concurrently": "^8",
|
||||
"@types/ffmpeg-static": "^3.0.3",
|
||||
"concurrently": "^8.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"electron": "^30",
|
||||
"electron-builder": "25.0.0-alpha.8",
|
||||
"electron": "^30.4.0",
|
||||
"electron-builder": "^25.0.5",
|
||||
"eslint": "^9",
|
||||
"prettier": "^3",
|
||||
"prettier-plugin-organize-imports": "^4",
|
||||
"prettier-plugin-packagejson": "^2",
|
||||
"shx": "^0.3",
|
||||
"typescript": "^5",
|
||||
"typescript-eslint": "^8.0.0-alpha.41"
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-organize-imports": "^4.0.0",
|
||||
"prettier-plugin-packagejson": "^2.5.1",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^8.2.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"productName": "ente"
|
||||
|
||||
@@ -64,7 +64,7 @@ export const ffmpegExec = async (
|
||||
|
||||
await execAsync(cmd);
|
||||
|
||||
return fs.readFile(outputFilePath);
|
||||
return await fs.readFile(outputFilePath);
|
||||
} finally {
|
||||
if (isInputFileTemporary)
|
||||
await deleteTempFileIgnoringErrors(inputFilePath);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user