diff --git a/package.json b/package.json index 4e0fa2a0d..1f1fa7fa7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ } }, "peerDependencies": { - "react": "^16.13.1", - "react-dom": "^16.13.1" + "react": "^16.x || 17.x", + "react-dom": "^16.x || 17.x" } }