From f099ff36907284d1054c36731b6ee5b79b1f8cf7 Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Fri, 6 Dec 2024 13:55:35 +0100 Subject: [PATCH] Bump Mirador to alpha4, remove react-sizeme leftovers --- package.json | 2 +- setupJest.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 392541f..c986725 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "peerDependencies": { "@mui/material": "^5.x", "lodash": "^4.17.11", - "mirador": "^4.0.0-alpha.1", + "mirador": "^4.0.0-alpha.4", "react": "18.x", "react-dom": "18.x" }, diff --git a/setupJest.js b/setupJest.js index 214701e..7b0828b 100644 --- a/setupJest.js +++ b/setupJest.js @@ -1,4 +1 @@ import '@testing-library/jest-dom'; -import sizeMe from 'react-sizeme'; - -sizeMe.noPlaceholders = true;