From 714c163776bcf138ad20b60f58ae5369aa3c3be1 Mon Sep 17 00:00:00 2001 From: "Philipp.Laube" Date: Fri, 27 Nov 2020 09:04:32 +0100 Subject: [PATCH] Update peer dependencies to allow react v17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c75f94..f2897fc 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": " React Component to lazy load images using a HOC to track window scroll position. ", "main": "build/index.js", "peerDependencies": { - "react": "^15.x.x || ^16.x.x", - "react-dom": "^15.x.x || ^16.x.x" + "react": "^15.x.x || ^16.x.x || ^17.x.x", + "react-dom": "^15.x.x || ^16.x.x || ^17.x.x" }, "dependencies": { "lodash.debounce": "^4.0.8",