Skip to content

Commit

Permalink
Downgrade sharp version to match FreeBSD's vips version 8.13.3
Browse files Browse the repository at this point in the history
Original package.json's specify sharp 0.32.3 which requires
libvips 8.14.2 or higher while FreeBSD's latest vips package is
8.13.3.
  • Loading branch information
genneko committed Jan 11, 2024
1 parent b64fc87 commit 2b0ab65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"proper-lockfile": "4.1.2",
"read-chunk": "2.1.0",
"server-destroy": "1.0.1",
"sharp": "0.32.3",
"sharp": "0.31.3",
"sprintf-js": "1.1.2",
"sqlite3": "5.1.6",
"string-padding": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/uuid": "9.0.2",
"clean-html": "1.5.0",
"jest": "29.5.0",
"sharp": "0.32.3",
"sharp": "0.31.3",
"typescript": "5.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"node-fetch": "2.6.7",
"relative": "3.0.2",
"request": "2.88.2",
"sharp": "0.32.3",
"sharp": "0.31.3",
"source-map-support": "0.5.21",
"uri-template": "2.0.0",
"yargs": "17.7.2"
Expand Down

0 comments on commit 2b0ab65

Please sign in to comment.