Skip to content

Commit

Permalink
Updating electron and sharp libs (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Jan 30, 2023
1 parent c30d5f2 commit 581cf83
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -18,6 +18,6 @@
"nodeDependencies": {
"@tagspaces/tagspaces-ws": "2.1.13",
"@tagspaces/extensions": "1.0.68",
"sharp": "^0.30.7"
"sharp": "0.31.3"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -270,7 +270,7 @@
"current-git-branch": "^1.1.0",
"detect-port": "^1.3.0",
"dotenv-webpack": "^8.0.1",
"electron": "21.3.3",
"electron": "21.3.5",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.2",
Expand Down
3 changes: 2 additions & 1 deletion scripts/checkWSinstalled.js
Expand Up @@ -78,7 +78,8 @@ if (platform === 'node') {
!isInstalled(
'@tagspaces/tagspaces-ws',
packageJson.nodeDependencies['@tagspaces/tagspaces-ws']
)
) ||
!isInstalled('sharp', packageJson.nodeDependencies['sharp'])
) {
installCmd = 'npm run-script install-ext-node';
}
Expand Down

0 comments on commit 581cf83

Please sign in to comment.