From 08cabee69a4e733a5251797504993608da22d2d8 Mon Sep 17 00:00:00 2001 From: Nick Cernis Date: Tue, 3 Jan 2023 13:39:10 +0100 Subject: [PATCH] fix: update sharp to fix images under Electron 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 https://github.com/lovell/sharp/issues/3384. Replaces #103. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a0028f..3e48773 100644 --- a/package.json +++ b/package.json @@ -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": {