From 503a23139662f02ce0e27a7616bbf3298c4d2255 Mon Sep 17 00:00:00 2001 From: Duncan <52669884+duncan-truss@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:47:16 -0400 Subject: [PATCH] [MB-8798] Fix deprecation warning for pdf files in the document viewer progress callback (#7036) * update react-file-viewer lib to branch with deprecation fix * update to the latest react-file-viewer build w/ test dependency * update to use main branch now that PR was merged in react-file-viewer --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index dea3c4dd7a8..53ad3cb07c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3602,7 +3602,7 @@ "@trussworks/react-file-viewer@https://github.com/trussworks/react-file-viewer": version "1.2.1" - resolved "https://github.com/trussworks/react-file-viewer#5344ad893ce5b4e0038b4d8956b281154ce49ae3" + resolved "https://github.com/trussworks/react-file-viewer#fe70df7fe43d96a4cdc4a5314ed0496d6a84f495" dependencies: pdfjs-dist "1.8.357" prop-types "^15.5.10"