Skip to content

Commit

Permalink
fix: update sharp to fix images under Electron
Browse files Browse the repository at this point in the history
Adopts the latest version of the sharp library so that image resizing
will work with the latest versions of Electron, once it updates with
a fix for the memory cage issue.

See lovell/sharp#3384.

Replaces #103.
  • Loading branch information
nickcernis committed Jan 3, 2023
1 parent a5235bf commit 08cabee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"react-dom": "17.0.2",
"react-icons": "4.6.0",
"react-responsive-carousel": "3.2.23",
"sharp": "^0.31.1",
"sharp": "^0.31.3",
"use-debounce": "8.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 08cabee

Please sign in to comment.