From 31d0ffbd0559a271dfe8785d92e3ff60bc041019 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 11 Jul 2024 19:10:16 +0100 Subject: [PATCH] fix: react-placeholder react 18 peerDep conflict (temp) --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index eb7d0a6fe5..f6981af435 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "react-hot-toast": "^2.4.1", "react-intl": "^6.4.4", "react-meta-elements": "^1.0.0", - "react-placeholder": "^4.1.0", + "react-placeholder": "git+https://github.com/hotosm/react-placeholder.git", "react-redux": "^8.1.1", "react-router-dom": "^6.13.0", "react-select": "^5.7.3",