From f40b7ed9a0d03704c5f733736da729f876c6bad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Famibelle-Pronzola?= Date: Sat, 22 Jul 2023 12:57:43 +0400 Subject: [PATCH] Add react-virtuoso depdendency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6de9292..941770d 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-swipeable-views": "^0.13.9", + "react-virtuoso": "^4.4.0", "sharp": "^0.29.3", "stripe": "^8.202.0" },