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",