From e27c834089a55001e24c283f81f5c87ba4716f7f Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Tue, 15 Aug 2023 09:55:36 +0200 Subject: [PATCH] upgrade virtuoso --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1019aa4..990d4f51 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-scripts": "5.0.1", "react-toastify": "9.1.1", "react-tooltip": "5.10.0", - "react-virtuoso": "4.3.2", + "react-virtuoso": "4.5.0", "rehype-sanitize": "5.0.1", "remark-breaks": "3.0.2", "styled-components": "5.3.9", diff --git a/yarn.lock b/yarn.lock index 0ac64f8e..896338a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12496,10 +12496,10 @@ react-tooltip@5.10.0: "@floating-ui/dom" "1.2.3" classnames "^2.3.2" -react-virtuoso@4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.3.2.tgz#91d4926c67f635cf7efc2dea29e7cd6de83575d1" - integrity sha512-n51V4fMk36VM6NapfaMbfs4w/IaVodp5asp+rtzlvz0yurG6uVrqA040ke43gpYtoOL6j6TxeXWo4b6GpO9N0A== +react-virtuoso@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.5.0.tgz#0bc043b4e3e928e7891aa541dd7e55d5b46db8c8" + integrity sha512-OMP6XrzJMMos1vbJZC16RxGW7utAxUMP7i5PNPi6epBNVH7nz+CF/DlmecNBep5wyjLud51dQ5epjb2A0w9W/Q== react@18.2.0: version "18.2.0"