From 3d8d4bd8bf671b5f9d30993f85476fcfb0b17d27 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 3 Apr 2025 11:33:01 +0530 Subject: [PATCH] Update to pick the performance improvement > Changed width and height values to be based om getBoundingClientRect rather than offsetWidth and offsetHeight (which are integers and can cause rounding/flickering problems in some cases). > > https://github.com/bvaughn/react-virtualized-auto-sizer/releases/tag/1.0.26 --- web/apps/photos/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/apps/photos/package.json b/web/apps/photos/package.json index d251673d67..60ec4e439c 100644 --- a/web/apps/photos/package.json +++ b/web/apps/photos/package.json @@ -19,7 +19,7 @@ "react-dom": "^19.0.0", "react-select": "^5.10.1", "react-top-loading-bar": "^3.0.2", - "react-virtualized-auto-sizer": "^1.0.25", + "react-virtualized-auto-sizer": "^1.0.26", "react-window": "^1.8.11", "sanitize-filename": "^1.6.3", "similarity-transformation": "^0.0.1", diff --git a/web/yarn.lock b/web/yarn.lock index 50abd1b02e..6d728a8c00 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3381,10 +3381,10 @@ react-transition-group@^4.3.0, react-transition-group@^4.4.5: loose-envify "^1.4.0" prop-types "^15.6.2" -react-virtualized-auto-sizer@^1.0.25: - version "1.0.25" - resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.25.tgz#b13cbc528ac200be2bd1ffa40c8bb19bcc60ac3f" - integrity sha512-YHsksEGDfsHbHuaBVDYwJmcktblcHGafz4ZVuYPQYuSHMUGjpwmUCrAOcvMSGMwwk1eFWj1M/1GwYpNPuyhaBg== +react-virtualized-auto-sizer@^1.0.26: + version "1.0.26" + resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.26.tgz#e9470ef6a778dc4f1d5fd76305fa2d8b610c357a" + integrity sha512-CblNyiNVw2o+hsa5/49NH2ogGxZ+t+3aweRvNSq7TVjDIlwk7ir4lencEg5HxHeSzwNarSkNkiu0qJSOXtxm5A== react-window@^1.8.11: version "1.8.11"