diff --git a/package.json b/package.json index e723745..aacb721 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,8 @@ }, "peerDependencies": { "@ahaui/css": "^2.0.4-alpha", - "react": "^16.9.0", - "react-dom": "^16.9.0" + "react": "^16.9.0 || 17.x", + "react-dom": "^16.9.0 || 17.x" }, "lint-staged": { "*.js": "eslint --cache --fix"